Skip to content
Zed

wisdomgraph for Zed

io.github.cklam12345/wisdomgraph

Neo4j-native DIKW memory for Claude Code — knowledge that compounds across sessions

client:Zed transport:stdio runtime:npm

Install wisdomgraph in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "wisdomgraph": {
      "command": "npx",
      "args": [
        "-y",
        "wisdomgraph"
      ],
      "env": {
        "WISDOM_NEO4J_PASSWORD": "<WISDOM_NEO4J_PASSWORD>"
      }
    }
  }
}

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

wisdomgraph in other clients