reflex-search/reflex
by Various
Reflex - The instant, code-aware local search engine.
MCP
reflex-search/reflex
Added 7 June 2026
Overview
Reflex is a local search engine written in Rust that indexes code and provides instant search results. It works by scanning local repositories and building a searchable index for fast, code-aware queries.
Best for
Best for
Developers who need fast, offline code search across local repositories
Use cases
- Quickly finding function definitions across a codebase
- Searching for variable names or patterns in local repositories
- Navigating large projects without relying on external services
Notes
Reflex is a local search engine written in Rust that indexes code and provides instant search results. It works by scanning local repositories and building a searchable index for fast, code-aware queries.
59 stars on GitHub. Last updated 2026-05-27. Licensed MIT.
Use cases
- Quickly finding function definitions across a codebase
- Searching for variable names or patterns in local repositories
- Navigating large projects without relying on external services
Pros
- Extremely fast search due to Rust implementation
- Code-aware indexing improves relevance for developers
- Runs entirely locally, no network dependency
Cons
- Limited to local files, no remote repository support
- Small community with only 59 stars, less tested at scale
- Requires initial indexing which may be slow on large codebases
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Extremely fast search due to Rust implementation
- Code-aware indexing improves relevance for developers
- Runs entirely locally, no network dependency
Cons
- Limited to local files, no remote repository support
- Small community with only 59 stars, less tested at scale
- Requires initial indexing which may be slow on large codebases
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Aider
Paul Gauthier
Terminal-first AI pair programmer. Edits files in your repo, commits with sensible messages, runs your tests.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.