Skip to content
VS Code

Hex Graph for VS Code

io.github.levnikolaevich/hex-graph-mcp

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

client:VS Code transport:stdio runtime:npm

Install Hex Graph in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Hex Graph in other clients