understanding graph for VS Code
io.github.emergent-wisdom/understanding-graph
Persistent understanding via workflow prompts, typed updates, graph-native code, and supersession.
client:VS Code
transport:stdio
runtime:npm
Install understanding graph in VS Code
.vscode/mcp.json
{
"servers": {
"understanding-graph": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"understanding-graph"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs