mem0-mcp

PhilOleson/mem0-mcp
★ 0 stars Python API Integration Updated today
MCP server for self-hosted mem0 — exact-content dedupe + mention-aware retrieval reranking
View on GitHub → 🔍 Audit Wallet Slippage →

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": {
      "command": "uvx",
      "args": [
        "mem0-mcp"
      ]
    }
  }
}

Or install with pip: pip install mem0-mcp

README Excerpt

An MCP server wrapping a self-hosted [mem0](https://github.com/mem0ai/mem0) REST API, adding two things mem0 doesn't do on its own: - **Exact-content dedupe** — identical adds within a time window are skipped before they reach mem0, saving an LLM extraction call per duplicate. - **Mention-aware retrieval reranking** — memories that get reconfirmed over time rank higher than a pure similarity search would put them, without needing any extra calls to mem0 itself.