mem0-local-mcp
by sanchezvivi
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEM0_USER_ID | No | Default user ID when tool call omits user_id. | default_user |
| GOOGLE_API_KEY | No | Google API key. Only needed for infer=True with Gemini. | |
| MEM0_COLLECTION | No | Qdrant collection name. | mem0 |
| MEM0_EMBED_DIMS | No | Embedding dimensions matching the model. | 384 |
| MEM0_EMBED_MODEL | No | Fastembed model for embeddings. | BAAI/bge-small-en-v1.5 |
| MEM0_QDRANT_HOST | No | Qdrant host. | localhost |
| MEM0_QDRANT_PORT | No | Qdrant port. | 6333 |
| ANTHROPIC_API_KEY | No | Anthropic API key. Only needed for infer=True with Anthropic. | |
| MEM0_GEMINI_MODEL | No | Gemini model to use. | gemini-2.5-flash |
| MEM0_LLM_PROVIDER | No | LLM provider for infer=True: 'anthropic' or 'gemini'. | anthropic |
| MEM0_ANTHROPIC_MODEL | No | Anthropic model to use. | claude-haiku-4-5 |
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/sanchezvivi/mem0-local-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server