MCP Directory
Back

codexlens-search

by catlog22 · Python · ★ 45

Lightweight semantic code search engine — 2-stage vector + FTS + RRF fusion + MCP server for Claude Code

Install

pip install git+https://github.com/catlog22/codexlens-search.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "codexlens-search": {
      "command": "uvx",
      "args": [
        "git+https://github.com/catlog22/codexlens-search.git"
      ]
    }
  }
}

From the README

Semantic code search engine with MCP server for Claude Code. Hybrid search: vector + FTS + AST graph + ripgrep regex — with RRF fusion and reranking. [中文文档](README_zh.md) Add to your project : That's it. Claude Code will auto-discover the tools: -> -> . To enable LLM-enhanced search (), add LLM API keys: Choose the install that matches your platform: | Platform | Recommended | Command | |----------|-------------|---------| | **Windows + any GPU** | | | | **Windows CPU only** | base | | | **Linux + NVIDIA GPU** | | | | **Linux CPU / AMD GPU** | base | | | **macOS (Apple Silicon)*…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers