LynxMCP

lorenzo-cambiaghi/LynxMCP
★ 3 stars Python AI/LLM Updated today
100% local MCP server for semantic code search: AST-aware chunking, hybrid BM25+dense retrieval, code knowledge graph
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lynxmcp": {
      "command": "uvx",
      "args": [
        "lynxmcp"
      ]
    }
  }
}

Or install with pip: pip install lynxmcp

README Excerpt

**A 100% local MCP server for semantic code search — AST-aware chunking, hybrid BM25 + dense retrieval, and an optional code knowledge graph. Works with any MCP client (Claude Code, Cursor, Windsurf, Antigravity, ...).** Your AI assistant greps file names and guesses. Lynx gives it real retrieval over **your code, your library docs, and your PDFs** — without a single byte leaving your machine.

Topics

ai-toolsclaudecursordeveloper-toolslocallocal-ragmcpmcp-servermodel-context-protocolragsemantic-searchtree-sitter