Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RECALL_LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL) | INFO |
| RECALL_CHROMA_PATH | No | ChromaDB persistent storage directory | ~/.recall/chroma_db |
| RECALL_OLLAMA_HOST | No | Ollama server URL | http://localhost:11434 |
| RECALL_SQLITE_PATH | No | SQLite database file path | ~/.recall/recall.db |
| RECALL_OLLAMA_MODEL | No | Embedding model name | mxbai-embed-large |
| RECALL_OLLAMA_TIMEOUT | No | Ollama request timeout in seconds | 30 |
| RECALL_COLLECTION_NAME | No | ChromaDB collection name | memories |
| RECALL_DEFAULT_NAMESPACE | No | Default namespace for memories | global |
| RECALL_DEFAULT_IMPORTANCE | No | Default importance score (0.0-1.0) | 0.5 |
| RECALL_DEFAULT_TOKEN_BUDGET | No | Default token budget for context | 4000 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |