clang_index_mcp

andreymedv/clang_index_mcp
★ 0 stars Python 💻 Code/Dev Tools Updated 1d ago
An MCP server providing an access to clang-indexed C++ codebase
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "clang_index_mcp": {
      "command": "uvx",
      "args": [
        "clang-index-mcp"
      ]
    }
  }
}

Or install with pip: pip install clang-index-mcp