Skip to content
Cursor

MCP Memory Graph for Cursor

io.github.retrorobai/mcp-memory-graph

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

client:Cursor transport:stdio runtime:pypi

Install MCP Memory Graph in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Memory Graph in other clients