Skip to content
Grok

Hex Graph for Grok

io.github.levnikolaevich/hex-graph-mcp

Deterministic layered code graph MCP server with framework overlays and SCIP interop.

client:Grok transport:stdio runtime:npm

Install Hex Graph in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "hex-graph-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@levnikolaevich/hex-graph-mcp"
      ]
    }
  }
}

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

Hex Graph in other clients