Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMORY_MCP_DB_PATH | No | SQLite database location | ~/.memory-mcp/memory.db |
| MEMORY_MCP_MAX_TAGS | No | Max tags per memory | 20 |
| MEMORY_MCP_DEMOTION_DAYS | No | Days without access before demotion | 14 |
| MEMORY_MCP_EMBEDDING_DIM | No | Embedding vector dimension (must match model) | 384 |
| MEMORY_MCP_MINING_ENABLED | No | Enable pattern mining | true |
| MEMORY_MCP_EMBEDDING_MODEL | No | Sentence transformer model | sentence-transformers/all-MiniLM-L6-v2 |
| MEMORY_MCP_MAX_RECALL_LIMIT | No | Max results per recall query | 100 |
| MEMORY_MCP_LOG_RETENTION_DAYS | No | Days to retain output logs | 7 |
| MEMORY_MCP_MAX_CONTENT_LENGTH | No | Max characters per memory/log | 100000 |
| MEMORY_MCP_HOT_CACHE_MAX_ITEMS | No | Maximum items in hot cache | 20 |
| MEMORY_MCP_PROMOTION_THRESHOLD | No | Access count for auto-promotion | 3 |
| MEMORY_MCP_DEFAULT_RECALL_LIMIT | No | Default results per recall | 5 |
| MEMORY_MCP_HIGH_CONFIDENCE_THRESHOLD | No | Threshold for high confidence | 0.85 |
| MEMORY_MCP_DEFAULT_CONFIDENCE_THRESHOLD | No | Minimum similarity for results | 0.7 |
Capabilities
Server capabilities have not been inspected yet.
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 | |