Memory MCP
by kassol
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMORY_MCP_HOST | No | 监听主机 | 0.0.0.0 |
| MEMORY_MCP_PORT | No | 监听端口 | 8765 |
| MEMORY_MCP_DEBUG | No | 调试模式 | false |
| MEMORY_MCP_DATA_DIR | No | 数据目录 | ./data |
| MEMORY_MCP_LLM_MODEL | No | LLM 模型 | anthropic/claude-3-haiku |
| MEMORY_MCP_AUTH_TOKEN | Yes | 鉴权 token | |
| CLOUDFLARE_TUNNEL_TOKEN | No | Cloudflare Tunnel Token | |
| MEMORY_MCP_EMBEDDING_DIM | No | Embedding 维度 | 1536 |
| MEMORY_MCP_VECTOR_BACKEND | No | 向量后端 (lancedb/memory/auto) | lancedb |
| MEMORY_MCP_EMBEDDING_MODEL | No | Embedding 模型 | openai/text-embedding-3-small |
| MEMORY_MCP_OPENROUTER_API_KEY | Yes | OpenRouter API Key | |
| MEMORY_MCP_OPENROUTER_BASE_URL | No | OpenRouter 基础 URL | https://openrouter.ai/api/v1 |
| MEMORY_MCP_SIMILARITY_THRESHOLD | No | 相似度阈值 | 0.85 |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kassol/memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server