mcp-mem0

coleam00/mcp-mem0
★ 659 stars Python 🤖 AI/LLM Updated 1mo ago
MCP server for long term agent memory with Mem0. Also useful as a template to get you started building your own MCP server with Python!
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-mem0": {
      "command": "uvx",
      "args": [
        "mcp-mem0"
      ]
    }
  }
}

Or install with pip: pip install mcp-mem0