A Rust-powered code index that ships as a static binary and exposes 25 MCP tools to Claude. Eighteen tools work across ten languages (search_function, get_callers, grep_body, find_symbol), while seven are BSL-specific for 1C:Enterprise XML exports (get_object_structure, get_form_handlers, get_data_links). The background daemon indexes once and serves concurrent read-only MCP sessions without pidlock contention. Stores compressed file contents in SQLite with FTS5, so agents get millisecond lookups instead of repeated grep scans. The npm package downloads prebuilt binaries for Windows, Linux, and macOS. If you work with large 1C configurations or need instant symbol resolution across 100K+ file monorepos, this replaces the grep loop.
claude mcp add --transport stdio io.github.regsorm-code-index uvx code-index