mem0 Memory System
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MEM0_HOST | No | Host address for the MCP server | 0.0.0.0 |
MEM0_PORT | No | Port for the MCP server | 8000 |
MEM0_DATA_DIR | No | Directory to store memory data | ~/mem0_memories |
MEM0_PROVIDER | No | The LLM provider to use (openai, anthropic, google, deepseek, openrouter, or ollama) | openai |
OPENAI_API_KEY | No | Your OpenAI API key when using the OpenAI provider | |
MEM0_EMBEDDING_PROVIDER | No | The embedding provider to use (openai, huggingface, or ollama) | openai |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |