itcv-GmbH/cpp-mcp-sdk
The first fully MCP 2025-11-25 compliant C++ SDK - Build production-ready MCP servers and clients with complete protocol support including Streamable HTTP transport and OAuth-based authorization.
Platform-specific configuration:
{
"mcpServers": {
"cpp-mcp-sdk": {
"command": "npx",
"args": [
"-y",
"cpp-mcp-sdk"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/itcv-GmbH/cpp-mcp-sdk/actions/workflows/ci.yml) [](https://opensource.org/licenses/MIT) [](https://isocpp.org/) [](https://modelcontextprotocol.io/)
The first fully MCP 2025-11-25 compliant C++ SDK - Build production-ready MCP servers and clients with complete protocol support including Streamable HTTP transport and OAuth-based authorization.
# Clone the repository
git clone https://github.com/itcv-GmbH/cpp-mcp-sdk.git
cd cpp-mcp-sdk
# Configure (macOS/Linux)
cmake --preset vcpkg-unix-release
# Configure (Windows)
cmake --preset vcpkg-windows-release
# Build
cmake --build build/vcpkg-unix-reLoading reviews...