Code intelligence graph for AI-optimized context retrieval — maps codebases at module/function/variable level so AI agents get exactly the context they need.
Learn more in the documentation.
-
Install kc-graph:
npm install -g kc-graph
-
Index your project and start the MCP server:
kc-graph init kc-graph mcp
-
Add to Claude Code:
claude mcp add kc-graph -- kc-graph mcp
For multi-project setup, scoped environments, and programmatic API, see the documentation.