Reflex

로컬 우선, 전체 텍스트 코드 검색 MCP 서버로 AI 코딩 에이전트용입니다. 트라이그램 기반 인덱싱으로 코드베이스를 인덱싱하여 100ms 미만의 쿼리를 제공합니다. 에이전트는 10,000개 이상의 파일을 검색하고, 언어나 심볼 종류별로 필터링하며, 구조화된 JSON 결과를 얻을 수 있습니다. 모두 오프라인에서 작동하며 API 키가 필요하지 않습니다.

문서

>>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