memory-graph

memory-graph/memory-graph
★ 167 stars Python 🤖 AI/LLM Updated 1mo ago
A graph DB-based MCP memory server for coding agents with intelligent relationship tracking
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": {
    "memory-graph": {
      "command": "uvx",
      "args": [
        "memory-graph"
      ]
    }
  }
}

Or install with pip: pip install memory-graph