codeindex
v0.0.1
Published
Structural knowledge graph for AI coding agents. Query symbols, references, callers, and dependency chains via MCP tools instead of reading raw files.
Maintainers
Readme
codeindex
Your AI agent reads files. It should read structure.
CodeIndex builds a persistent knowledge graph of your codebase — symbols, references, callers, dependency chains — and exposes it as MCP tools. Any AI coding agent queries the graph instead of reading raw files.
Status
🚧 Under active development. The Go binary is being built. This npm package will serve as the npx installer wrapper.
What it will do
codeindex init— Auto-detect languages, build structural indexcodeindex serve— Start MCP server for any AI coding agentcodeindex tree <symbol>— Interactive structural tree view in terminalcodeindex reindex— Keep the graph fresh after editscodeindex status— Check index health and staleness
Agent support
Works with every agent via MCP + skills.sh:
Claude Code · Cursor · Codex · Gemini · OpenCode · Copilot · Windsurf · Cline · and 15+ more
npx skills add codeindex/skillsBuilt with
Go · ast-grep · tree-sitter · SQLite · MCP
License
MIT
