Aki
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QWEN_MODEL | No | Qwen model to use. | qwen-max |
| QWEN_API_KEY | No | Your Qwen API key. Required for extraction and enriched explanations. | |
| QWEN_BASE_URL | No | Base URL for Qwen Cloud API. | https://dashscope-intl.aliyuncs.com/compatible-mode/v1 |
| MEMORY_DB_PATH | No | Path to SQLite memory database. | data/agentos.db |
| MEMORY_CHROMA_PATH | No | Path to ChromaDB storage. | data/chroma_db |
| QWEN_EMBEDDING_MODEL | No | Qwen embedding model. | text-embedding-v3 |
| MEMORY_EMBEDDING_MODEL | No | Local embedding model name. | sentence-transformers/all-MiniLM-L6-v2 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| memory_contextD | – |
| memory_searchD | – |
| memory_saveD | – |
| memory_extractD | – |
| memory_explainD | – |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Tool verbs are distinct: context, explain, extract, save, search. However, without descriptions, 'explain' and 'context' could overlap, leading to minor ambiguity.
Naming is inconsistent: four tools use verb_noun pattern (explain, extract, save, search), but 'memory_context' is a noun phrase without a verb, breaking the pattern.
Five tools is a well-scoped set for a memory system, covering essential operations without being excessive.
Covers save, search, context retrieval, and explanation/extraction, but lacks a delete operation, which is a notable gap for a memory system.