JSPM

codeindex

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15
  • Score
    100M100P100Q63051F
  • License MIT

Structural knowledge graph for AI coding agents. Query symbols, references, callers, and dependency chains via MCP tools instead of reading raw files.

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 index
    • codeindex serve — Start MCP server for any AI coding agent
    • codeindex tree <symbol> — Interactive structural tree view in terminal
    • codeindex reindex — Keep the graph fresh after edits
    • codeindex 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/skills

    Built with

    Go · ast-grep · tree-sitter · SQLite · MCP

    License

    MIT