Skip to content
Grok

understanding graph for Grok

io.github.emergent-wisdom/understanding-graph

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

client:Grok transport:stdio runtime:npm

Install understanding graph in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

understanding graph in other clients