Codexlens Search
未认领Lightweight semantic code search engine — 2-stage vector + FTS + RRF fusion + MCP server for Claude Code
安装
$
pip install codexlens-search[all]工具(9 个)
find_files
Glob-based file discovery. Parameters: projectpath, pattern (default /)
index_project
Build, update, or inspect the search index.
locate
LLM-enhanced code localization — finds files relevant to a bug fix or feature request.
rebuild
Full re-index from scratch
refs
Find cross-references — incoming and outgoing edges
regex
Ripgrep regex on live files
status
Index statistics (files, chunks, symbols, refs)
symbol
Find definitions by exact/fuzzy name match
watch_project
Manage file watcher for automatic re-indexing on file changes.