mcp-hello-rust-server

mitchallen/mcp-hello-rust-server
★ 0 stars Rust Other Updated today
A minimal MCP server in Rust (rmcp): a server_info health check and a multilingual greeting tool. Distroless static image, ~10MB, 0 known vulns.
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": {
    "mcp-hello-rust-serve": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-hello-rust-server"
      ]
    }
  }
}