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
{
"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