cpp-analysis-mcp

GusDawn123/cpp-analysis-mcp
★ 0 stars Python AI/LLM Updated 3d ago
MCP server that lets AI coding agents actually test C++ code: sanitizers, static analysis, and a profiler behind eight tools.
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": {
    "cpp-analysis-mcp": {
      "command": "uvx",
      "args": [
        "cpp-analysis-mcp"
      ]
    }
  }
}

Or install with pip: pip install cpp-analysis-mcp

README Excerpt

**Status: working.** All seven analyses run end to end behind an MCP server — the sanitizers, the compile-time checks, and a sampling profiler (perf; native on Linux, through the WSL bridge on Windows, refused toward Instruments on macOS for now). caught bug. A tool that lets an AI coding assistant actually *test* C++ programs for

Topics

ai-agentsclangcppdeveloper-toolsmcp-serverprofilingsanitizers