MCP Directory
Back

mem0-mcp-selfhosted

by elvismdev · Python · ★ 94

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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related databases servers