MCP Directory
Back

mem0-mcp-selfhosted

by elvismdev · Python · ★ 83

Self-hosted mem0 MCP server for Claude Code. Run a complete memory server against self-hosted Qdrant + Neo4j + Ollama while using Claude as the main LLM.

#ai-memory#anthropic#claude-code#knowledge-graph#mcp#mcp-server#mem0#memory#neo4j#ollama#qdrant#self-hosted

Install

pip install git+https://github.com/elvismdev/mem0-mcp-selfhosted.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mem0-mcp-selfhosted": {
      "command": "uvx",
      "args": [
        "git+https://github.com/elvismdev/mem0-mcp-selfhosted.git"
      ]
    }
  }
}

From the README

Self-hosted [mem0](https://github.com/mem0ai/mem0) MCP server for Claude Code. Run a complete memory server against self-hosted Qdrant + Neo4j + Ollama, with your choice of Anthropic (Claude) or Ollama as the main LLM. Uses the package directly as a library, supports both Claude's OAT token and fully local Ollama setups, and exposes 11 MCP tools for full memory management. | Service | Required | Purpose | |---------|----------|---------| | **Qdrant** | Yes | Vector memory storage and search | | **Ollama** | Yes | Embedding generation () and optionally local LLM | | **Neo4j 5+** | Optional |…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers