Skip to content
Cursor

understanding graph for Cursor

io.github.emergent-wisdom/understanding-graph

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

client:Cursor transport:stdio runtime:npm

Install understanding graph in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "understanding-graph": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "understanding-graph"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

understanding graph in other clients