kc-graph
v0.0.2
Published
AI-optimized code intelligence graph — maps codebases at module/function/variable level for token-efficient AI context retrieval
Maintainers
Readme
kc-graph
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.
Get started
Install kc-graph:
npm install -g kc-graphIndex your project and start the MCP server:
kc-graph init kc-graph mcpAdd to Claude Code:
claude mcp add kc-graph -- kc-graph mcp
For multi-project setup, scoped environments, and programmatic API, see the documentation.
