by Dicklesworthstone · MCP Server · ★ 28
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 | 28 |
| Forks | 11 |
| Language | Rust |
| Category | MCP Server |
| Quality Score | 70.6032962373745/100 |
| Last Updated | 2026-07-04 |
| Created | 2026-01-18 |
| Platforms | mcp, rust |
| Est. Tokens | ~26k |
Explore other popular mcp server 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 Server with 28 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 28 stars and 11 forks, indicating an active community.