A minimal MCP server in Rust (rmcp): a server_info health check and a multilingual greeting tool. Distroless static image, ~10MB, 0 known vulns.
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-hello-rust-serve cargo run -- mcp-hello-rust-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-hello-rust-serve": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-hello-rust-server"
]
}
}
}