Skip to content

understanding graph for Zed

io.github.emergent-wisdom/understanding-graph

Persistent understanding via workflow prompts, typed updates, graph-native code, and supersession.

client:Zed transport:stdio runtime:npm

Install understanding graph in Zed

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

{
  "context_servers": {
    "understanding-graph": {
      "command": "npx",
      "args": [
        "-y",
        "understanding-graph"
      ]
    }
  }
}

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

understanding graph in other clients