clangd-lsp-vs-grep

hide10/clangd-lsp-vs-grep
★ 0 stars Python Code/Dev Tools Updated 1mo ago
Reproduce grep vs clangd (LSP) on your own machine, and wire clangd into Claude Code via a minimal MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "clangd-lsp-vs-grep": {
      "command": "uvx",
      "args": [
        "clangd-lsp-vs-grep"
      ]
    }
  }
}

Or install with pip: pip install clangd-lsp-vs-grep

README Excerpt

A small, self-contained kit for reproducing **"grep vs. LSP (clangd)"** on your own machine, and for wiring clangd into **Claude Code** through a minimal MCP server. It backs this article (Japanese): **[Claude Codeにclangdを繋いでみた — grep探索とLSPの精度・速度を実測で比べる](https://www.hide10.com/post/claude-code-clangd-lsp-mcp-2026/)**