★ 0 stars
Rust
🌐 Browser/Web
Updated 1d ago
Forkable Rust template for MCP servers (rmcp, stdio + streamable-HTTP).
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": {
"rust-mcp-server-temp": {
"command": "cargo",
"args": [
"run",
"--",
"rust-mcp-server-template"
]
}
}
}
Run in terminal:
claude mcp add rust-mcp-server-temp cargo run -- rust-mcp-server-template
Add to .cursor/mcp.json:
{
"mcpServers": {
"rust-mcp-server-temp": {
"command": "cargo",
"args": [
"run",
"--",
"rust-mcp-server-template"
]
}
}
}
Topics
mcprmcprusttemplate