Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EMBEDDING_DIM | No | Embedding dimensions | 1024 |
| GOOGLE_API_KEY | No | Google Gemini API key (required if using Google as embedding provider or for LLM judge) | |
| EMBEDDING_MODEL | No | Embedding model name | qwen3-embedding:0.6b |
| OLLAMA_BASE_URL | No | Ollama API endpoint | http://localhost:11434 |
| EMBEDDING_PROVIDER | No | Embedding provider to use: 'ollama' or 'google' | ollama |
| LANCEDB_MEMORY_PATH | No | Database location for storing memories | ~/.memory-mcp/lancedb-memory |
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 | |