Rate Guard
Freeby MCP Community
Protocol-level rate limiter middleware for MCP
v0.1.3Added Apr 12, 2026
Rate Guard MCP Server
Protocol-level rate limiter middleware for MCP
Installation
Reviews
Installation
Quick install
npx -y mcp-rate-guard
Add to claude_desktop_config.json
{
"mcpServers": {
"rate-guard": {
"command": "npx",
"args": ["-y", "mcp-rate-guard"]
}
}
}