indxr: indxr gives AI coding agents a structural map of codebases, reducing token costs by ~5x compared to reading full files. It supports 27 languages, provides a 22-tool MCP server for live queries, and features incremental caching, git structural diffing, and dependency graphs. Setup is one-command with `indxr init` for popular AI coding agents.; semble: Semble is a high-performance code search library designed for AI agents, providing instant access to precise code snippets. It offers significantly faster indexing and querying compared to transformer models, achieving 99% of their retrieval quality while running entirely on CPU without external dependencies.
AI coding agents understanding a codebase without full file reads
Enhancing AI agents (e.g., Claude Code, Cursor, Codex) with fast and accurate code search capabilities