Reflex
Local-first, full-text code search MCP server for AI coding agents. Indexes your codebase with trigram-based indexing for sub-100ms queries. Agents can search across 10k+ files, filter by language or symbol kind, and get structured JSON results — all offline, no API key required
>>Reflex
Local-first code search engine with full-text search, symbol extraction, and dependency analysis for AI coding workflows.
$ npm install -g reflex-search
Read the Docs GitHub
Why Reflex
Sub-100ms Queries
Trigram indexing with memory-mapped I/O. 2–3ms on small codebases, under 250ms on the Linux kernel.
Complete Coverage
Finds every occurrence — not just definitions. Same query always produces the same results.
AI-Native
MCP server with 15 tools, JSON output for agent pipelines, built-in AI query assistant.
15 Languages
Rust, TypeScript, Python, Go, Java, C/C++, and more. Tree-sitter parsing for precise symbol extraction.
Dependency Analysis
Import tracking, reverse lookups, circular detection, hotspot analysis across your entire codebase.
Deterministic
Fully local, fully offline. No cloud, no non-determinism. Your code stays on your machine.
See it in action
Install
npm npm install -g reflex-search
cargo cargo install reflex-search
Servidores relacionados
Compliance Auditor MCP
City hiring-compliance MCP server with regulation search and full audit risk scoring.
USGS Quakes
Access earthquake data from the USGS Quakes API using natural language queries.
SerpApi
Retrieve parsed search engine results using the SerpApi API.
QuantConnect PDF MCP Server
Converts QuantConnect PDF documentation into searchable markdown, enabling fast, context-aware search.
ProPublica MCP Server
Search and analyze nonprofit organizations' Form 990 data using ProPublica's Nonprofit Explorer API.
Bilibili API
Search for videos, users, and retrieve danmaku from the Bilibili API.
Rememberizer MCP Server for Common Knowledge
Access personal and team knowledge repositories, including documents and Slack discussions.
NPMLens MCP
NPMLens MCP lets your coding agent (such as Claude, Cursor, Copilot, Gemini or Codex) search the npm registry and fetch package context (README, downloads, GitHub info, usage snippets). It acts as a Model‑Context‑Protocol (MCP) server, giving your AI assistant a structured way to discover libraries and integrate them quickly.
BatchData MCP (Real Estate & Contact Data)
Real Estate & Contact Enrichment Data MCP
Plex MCP Server
Search your Plex media library. Supports OAuth and static token authentication.