rmcp-server-kit

andrico21/rmcp-server-kit
★ 5 stars Rust Security Updated 9d ago
Reusable Rust framework for building authenticated, observable MCP (Model Context Protocol) servers over Streamable HTTP.
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": {
    "rmcp-server-kit": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rmcp-server-kit"
      ]
    }
  }
}

README Excerpt

**rmcp-server-kit** is a production-grade, reusable framework for building It provides a Streamable HTTP transport with TLS/mTLS, structured observability, authentication (Bearer / mTLS / OAuth 2.1 JWT), role-based access control (RBAC), per-IP rate limiting, and optional Prometheus metrics -- all wired up and ready to go.

Tools (2)

metricsoauth