Code intelligence system built in Rust. Indexes code, tracks relationships, serves via MCP and CLI.
Note
Documentation is work in progress. Some sections may be incomplete or under revision.
Getting Started Installation, setup, and first index.
User Guide CLI commands, configuration, and search operations.
Integrations MCP server setup for Claude Code, Claude Desktop, Codex CLI, and HTTP.
Architecture System internals: parsing, indexing, memory mapping, embeddings.
Advanced Unix piping, custom commands, project resolution, performance benchmarks.
Contributing Guidelines for adding languages, fixing bugs, and submitting PRs.
Plugins Plugin system for extending Claude Code, follows CC-manifest.
Profiles Package hooks, commands, skills, and agents for different project types and custom workflows.
Reference API specifications and configuration schemas.
- New users: Getting Started
- CLI help: User Guide
- Claude setup: Integrations
- Performance: Advanced