MCP Directory
Back

rust-sdk

by syf2211 · Rust · ★ 0

Mirror/work branch for modelcontextprotocol/rust-sdk contributions

Install

cargo install --git https://github.com/syf2211/rust-sdk.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "rust-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "github:syf2211/rust-sdk"
      ]
    }
  }
}

From the README

简体中文 [](https://crates.io/crates/rmcp) [](https://docs.rs/rmcp/latest/rmcp) [](https://github.com/modelcontextprotocol/rust-sdk/actions/workflows/ci.yml) [](LICENSE) An official Rust Model Context Protocol SDK implementation with tokio async runtime. > **Migrating to 1.x?** See the [migration guide](https://github.com/modelcontextprotocol/rust-sdk/discussions/716) for breaking changes and upgrade instructions. This repository contains the following crates: - [rmcp](crates/rmcp): The core crate providing the RMCP protocol implementation - see [rmcp](crates/rmcp/README.md) - [rmcp-macros](c…
Read full README on GitHub →

Related other servers