codeix
JSON →Fast semantic code search for AI agents â find symbols, references, and callers across any codebase. Pre-built index committed to git, instant queries via MCP.
Install
npx — Tools · 7
- explore Explore project structure: metadata, subprojects, files grouped by directory
- search Unified full-text search across symbols, files, and texts (FTS5, BM25-ranked) with scope/kind/path/project filters
- get_file_symbols List all symbols in a file
- get_children Get children of a class/module
- get_callers Find all places that call or reference a symbol
- get_callees Find all symbols that a function/method calls
- flush_index Flush pending index changes to disk
Links
★ 9 GitHub stars