The reputation layer for AI skills, tools & agents

hkr04/cpp-mcp

Score: 44.9 Rank #506

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

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 31 days ago — a recent commit would boost your freshness score

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for hkr04/cpp-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/hkr04--cpp-mcp)](https://agentrank-ai.com/tool/hkr04--cpp-mcp)
<a href="https://agentrank-ai.com/tool/hkr04--cpp-mcp"><img src="https://agentrank-ai.com/api/badge/tool/hkr04--cpp-mcp" alt="AgentRank"></a>

Matched Queries

"model context protocol""model-context-protocol"

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 s
Read full README on GitHub →
Are you the maintainer? Claim this listing