Skip to content

Adaptive Memory Graph for Zed

io.github.raskolnikovdd/adaptive-memory-graph

Persistent memory for Claude via weighted, interconnected knowledge nodes.

client:Zed transport:stdio runtime:pypi

Install Adaptive Memory Graph in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "adaptive-memory-graph": {
      "command": "uvx",
      "args": [
        "adaptive-memory-graph"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Adaptive Memory Graph in other clients