Skip to content
VS Code

Adaptive Memory Graph for VS Code

io.github.raskolnikovdd/adaptive-memory-graph

Persistent memory for Claude via weighted, interconnected knowledge nodes.

client:VS Code transport:stdio runtime:pypi

Install Adaptive Memory Graph in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Adaptive Memory Graph in other clients