CSCSoftware/AiDex
by Various
MCP Server for persistent code indexing. Gives AI assistants (Claude, Gemini, Copilot, Cursor) instant access to your codebase. 50x less context than grep.
MCP
CSCSoftware/AiDex
Added 1 June 2026
Overview
AiDex is an MCP server that indexes a codebase persistently, allowing AI assistants like Claude, Gemini, Copilot, and Cursor to query it with minimal context. It claims to use 50x less context than grep by pre-indexing code structure and content.
Best for
Best for
Developers using AI coding assistants who work with large codebases and want to minimize context token usage.
Use cases
- Give an AI assistant instant access to a large codebase without loading the entire repo
- Reduce context usage when asking AI tools about code structure or function locations
- Enable persistent code search across sessions without re-scanning files
Notes
AiDex is an MCP server that indexes a codebase persistently, allowing AI assistants like Claude, Gemini, Copilot, and Cursor to query it with minimal context. It claims to use 50x less context than grep by pre-indexing code structure and content.
34 stars on GitHub. Last updated 2026-05-31. Licensed MIT.
Use cases
- Give an AI assistant instant access to a large codebase without loading the entire repo
- Reduce context usage when asking AI tools about code structure or function locations
- Enable persistent code search across sessions without re-scanning files
Pros
- Dramatically reduces context overhead compared to grep-based approaches
- Works with multiple popular AI assistants and IDEs
- Persistent indexing avoids repeated file scanning
Cons
- Low GitHub star count (34) suggests limited community adoption or maturity
- Requires setup and maintenance of an MCP server
- Indexing may become stale if codebase changes frequently without re-indexing
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Dramatically reduces context overhead compared to grep-based approaches
- Works with multiple popular AI assistants and IDEs
- Persistent indexing avoids repeated file scanning
Cons
- Low GitHub star count (34) suggests limited community adoption or maturity
- Requires setup and maintenance of an MCP server
- Indexing may become stale if codebase changes frequently without re-indexing
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cursor
Anysphere
The AI-first code editor. Tab to autocomplete, Composer to multi-file refactor, Agents for the long-running stuff.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.