Skip to content
Claude Desktop

MCP Memory Graph for Claude Desktop

io.github.retrorobai/mcp-memory-graph

Authority-weighted memory graph for AI agents with conflict detection and semantic search.

client:Claude Desktop transport:stdio runtime:pypi

Install MCP Memory Graph in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp-memory-graph": {
      "command": "uvx",
      "args": [
        "mcp-memory-graph"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

MCP Memory Graph in other clients