Skip to content
Gemini CLI

Hex Graph for Gemini CLI

io.github.levnikolaevich/hex-graph-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install Hex Graph in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Hex Graph in other clients