by conikeec · MCP Server · ★ 352
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
MCPR - Model Context Protocol for Rust A Rust implementation of Anthropic's Model Context Protocol (MCP), an open standard for connecting AI assistants to data sources and tools. ⚠️ IMPORTANT NOTICE: Version 0.2.0 has been yanked due to critical issues with the SSE transport implementation. Please use version 0.2.3 instead, which includes important fixes for client-server communication, message handling, and template generation. If you're already using 0.2.0, we strongly recommend upgrading to 0.2.3 to avoid potential issues. Examples View Demo on Github Tools MCP Client/Server Check out our GitHub Tools example for a complete implementation of an MCP client-server application that interacts with GitHub repositories. This example demonstrates how to build a client that can query repository READMEs and search for repositories, with support for multiple servers and client-server disconnection scenarios. It's a great starting point for understanding how to build your own MCP applications.
| Stars | 352 |
| Forks | 26 |
| Language | Rust |
| Category | MCP Server |
| License | MIT |
| Quality Score | 34.2/100 |
| Open Issues | 13 |
| Last Updated | 2025-03-21 |
| Created | 2025-03-13 |
| Platforms | mcp, rust |
| Est. Tokens | ~38k |
Explore other popular mcp server tools:
mcpr is Model Context Protocol (MCP) implementation in Rust. It is categorized as a MCP Server with 352 GitHub stars.
mcpr is primarily written in Rust.
You can find installation instructions and usage details in the mcpr GitHub repository at github.com/conikeec/mcpr. The project has 352 stars and 26 forks, indicating an active community.
mcpr is released under the MIT license, making it free to use and modify according to the license terms.