Codebase intelligence as an MCP server — semantic code graph with 32 languages, 44 tools, and 68% token reduction
npm install @suatkocar/codegraphCodebase intelligence as an MCP server. Native Rust. Sub-second indexing. Zero runtime dependencies.
``bash`
npx @suatkocar/codegraph init
One command: downloads the binary, indexes your codebase, registers MCP server, installs hooks.
Or install globally:
`bash`
npm install -g @suatkocar/codegraph
codegraph init
Or install without npm:
`bash``
curl -fsSL https://raw.githubusercontent.com/suatkocar/codegraph/main/install.sh | bash
codegraph init
CodeGraph builds a semantic graph of your codebase (32 languages, 44 MCP tools) and makes it instantly available to AI coding agents. 68% fewer tokens per task compared to reading all files.
See GitHub for full documentation.