01Generates a structured symbol graph of an entire codebase using tree-sitter.
02Compresses large codebases (e.g., 1M LOC to ~500 lines) for efficient LLM context utilization.
03Offers 9 specialized MCP tools (e.g., boot, compact, search, references, impact) for granular code navigation.
04Supports indexing across 9 programming languages and several non-code formats (e.g., Ansible, Terraform, SQL).
05Provides incremental re-indexing for rapid updates and high performance (typically <100ms).
061 GitHub stars