mem0-mcp-server

GungIndi/mem0-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
MCP server for self-hosted mem0 with API key auth and Claude Code skill
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": {
    "mem0-mcp-server": {
      "command": "uvx",
      "args": [
        "mem0-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mem0-mcp-server