lci-cpp

standardbeagle/lci-cpp
★ 0 stars C++ Code/Dev Tools Updated today
Lightning Code Index — sub-millisecond semantic code search with an MCP server for AI assistants. 13 languages, CLI + HTTP + Unix socket.
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": {
    "lci-cpp": {
      "command": "npx",
      "args": [
        "-y",
        "standardbeagle/lci-cpp"
      ]
    }
  }
}

README Excerpt

Sub-millisecond semantic code search over large corpora. ~80% context reduction versus Grep. Tree-sitter parsing across 13 languages. An MCP server for AI assistants, plus CLI, HTTP, and Unix-socket interfaces. Version `0.6.0`. > **Platform availability:** prebuilt releases ship for **Linux x86_64** > (`.tar.gz`, `.deb`, `.rpm`), **Windows x86_64** (`.tar.gz`), and **macOS