by Dicklesworthstone · MCP 服务器 · ★ 27
FastMCP Rust High-performance Model Context Protocol (MCP) framework for Rust A Rust port of jlowin/fastmcp (Python), extended with asupersync for structured concurrency and cancel-correct async. TL;DR The Problem Building MCP servers in Rust is painful: No first-class async support with proper cancellation Manual JSON-RPC boilerplate for every tool No structured concurrency—orphan tasks and resource leaks Request timeouts are afterthoughts, not guarantees The Solution FastMCP Rust is a batteries-included MCP framework with cancel-correct async, attribute macros,
| Stars | 27 |
| Forks | 10 |
| Language | Rust |
| Category | MCP 服务器 |
| Quality Score | 40.2/100 |
| Last Updated | 2026-06-11 |
| Created | 2026-01-18 |
| Platforms | mcp, rust |
| Est. Tokens | ~24432k |
Explore other popular mcp 服务器 tools:
fastmcp_rust is Rust framework for building Model Context Protocol servers with cancel-correct async, zero-copy serialization, and first-class tool/resource/prompt abstractions. It is categorized as a MCP 服务器 with 27 GitHub stars.
fastmcp_rust is primarily written in Rust. It covers topics such as ai-agents, async, json-rpc.
You can find installation instructions and usage details in the fastmcp_rust GitHub repository at github.com/Dicklesworthstone/fastmcp_rust. The project has 27 stars and 10 forks, indicating an active community.