hkr04/cpp-mcp
Lightweight C++ MCP (Model Context Protocol) SDK
Overview
hkr04/cpp-mcp is a C++ MCP server licensed under MIT. Lightweight C++ MCP (Model Context Protocol) SDK
Ranked #506 out of 25632 indexed tools.
In the top 2% of all indexed tools.
Ecosystem
C++ MIT
Signal Breakdown
Stars 234
Freshness 1mo ago
Issue Health 67%
Contributors 4
Dependents 0
Forks 57
Description Brief
License MIT
How to Improve
Description low impact
Freshness high impact
Dependents medium impact
Matched Queries
From the README
# MCP Protocol Framework [Model Context Protocol (MCP)](https://spec.modelcontextprotocol.io/specification/2024-11-05/architecture/) is an open protocol that provides a standardized way for AI models and agents to interact with various resources, tools, and services. This framework implements the core functionality of the MCP protocol, conforming to the 2024-11-05 basic protocol specification. ## Core Features - **JSON-RPC 2.0 Communication**: Request/response communication based on JSON-RPC 2.0 standard - **Resource Abstraction**: Standard interfaces for resources such as files, APIs, etc. - **Tool Registration**: Register and call tools with structured parameters - **Extensible Architecture**: Easy to extend with new resource types and tools - **Multi-Transport Support**: Supports HTTP and standard input/output (stdio) communication methods ## How to Build Example of building with CMake: ```bash cmake -B build cmake --build build --config Release ``` Build with tests: ``` git sRead full README on GitHub →
Are you the maintainer? Claim this listing