cpp-mcp

hkr04/cpp-mcp
★ 234 stars C++ 🧠 Memory/Knowledge Updated 1mo ago
Lightweight C++ MCP (Model Context Protocol) SDK
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": {
    "cpp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hkr04/cpp-mcp"
      ]
    }
  }
}