Reflex

स्थानीय-प्रथम, AI कोडिंग एजेंटों के लिए पूर्ण-पाठ कोड खोज MCP सर्वर। आपके कोडबेस को ट्राइग्राम-आधारित इंडेक्सिंग के साथ 100ms से कम क्वेरी के लिए इंडेक्स करता है। एजेंट 10k+ फ़ाइलों में खोज सकते हैं, भाषा या प्रतीक प्रकार के अनुसार फ़िल्टर कर सकते हैं, और संरचित 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