rust-mcp-sdk

calebrosario/rust-mcp-sdk
★ 0 stars Rust AI/LLM Updated 6d ago
Rust implementation of the Model Context Protocol (MCP) SDK — build MCP servers with type safety, zero-copy JSON, and async performance
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

README Excerpt

> Rust implementation of the Model Context Protocol (MCP) — build MCP servers with type safety, async performance, and a single static binary. The [Model Context Protocol](https://modelcontextprotocol.io/) is an open standard that lets AI agents (Claude, GPT, etc.) communicate with external tools and services via JSON-RPC 2.0. Agents can call tools, read resources, and execute prompts — all through a single protocol.

Tools (13)

InternalInvalidParamsMethodNotFoundParsePromptNotFoundResourceNotFoundToolNotFoundTransportechohttpinitializepingstdio