MCP server for long-term agent memory using Mem0. Provides tools to store, retrieve, and manage agent memory. Connects to Mem0's API for persistent storage. Useful for developers building AI agents needing memory retention across sessions.
MCP server for long-term agent memory using Mem0. Provides tools to store, retrieve, and manage agent memory. Connects to Mem0's API for persistent storage. Useful for developers building AI agents needing memory retention across sessions.
pip install mcp-mem0Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"coleam00-mcp-mem0-github": {
"command": "uvx",
"args": [
"pip install mcp-mem0"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp mem0?"
API Key Required
This server requires an API key from mcp mem0. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_MEM0_API_KEY | Yes | Your mcp mem0 API key |
"What resources are available in mcp mem0?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp mem0"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp mem0 with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.