Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (codeindex) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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