Reflex
เซิร์ฟเวอร์ MCP ค้นหารหัสแบบข้อความเต็มที่ทำงานในเครื่องก่อนเป็นอันดับแรก สำหรับเอเจนต์เขียนโค้ด AI จัดทำดัชนีฐานรหัสของคุณด้วยการจัดทำดัชนีแบบไตรแกรมสำหรับการค้นหาที่ต่ำกว่า 100 มิลลิวินาที เอเจนต์สามารถค้นหาข้ามไฟล์มากกว่า 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