mcp-rust-sdk

Derek-X-Wang/mcp-rust-sdk
★ 132 stars Rust 🧠 Memory/Knowledge Updated 6mo ago
Rust SDK for the Model Context Protocol (MCP)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-rust-sdk": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-rust-sdk"
      ]
    }
  }
}