Skip to content
Cursor

Adaptive Memory Graph for Cursor

io.github.raskolnikovdd/adaptive-memory-graph

Persistent memory for Claude via weighted, interconnected knowledge nodes.

client:Cursor transport:stdio runtime:pypi

Install Adaptive Memory Graph in Cursor

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

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

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

Adaptive Memory Graph in other clients