Skip to content

Hex Graph

Free

by MCP Community

Deterministic layered code graph MCP server. Indexes codebases into a SQLite graph via tree-sitter AST, canonical symbol identities, semantic overlays, capabili

v0.13.0Added Apr 12, 2026
mcpcodegraphknowledge-graphtree-sittercode-intelligence
Works with:ClaudeGPTGeminiCopilot

Hex Graph MCP Server

Deterministic layered code graph MCP server. Indexes codebases into a SQLite graph via tree-sitter AST, canonical symbol identities, semantic overlays, capabili

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @levnikolaevich/hex-graph-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "hex-graph": {
      "command": "npx",
      "args": ["-y", "@levnikolaevich/hex-graph-mcp"]
    }
  }
}