Hex Graph
Freeby 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
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
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"]
}
}
}