Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATA_DIR | No | Directory for database storage | ~/mcp-data/memory-keeper/ |
| MCP_MAX_ITEMS | No | Maximum items allowed per response (range: 10-1000) | 100 |
| MCP_MIN_ITEMS | No | Minimum items to return even if exceeding limits (range: 1-100) | 1 |
| MCP_MAX_TOKENS | No | Maximum tokens allowed in responses (range: 1000-100000) | 25000 |
| MCP_CHARS_PER_TOKEN | No | Characters per token ratio (range: 2.5-5.0). Lower values = more conservative (safer but returns fewer items), Higher values = more aggressive (returns more items but risks overflow) | 3.5 |
| MCP_TOKEN_SAFETY_BUFFER | No | Safety buffer percentage (range: 0.1-1.0) | 0.8 |
| MEMORY_KEEPER_AUTO_UPDATE | No | Set to 1 to enable auto-updates | |
| MEMORY_KEEPER_INSTALL_DIR | No | Installation directory | ~/.local/mcp-servers/memory-keeper/ |
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 | |