Skip to content

Rate Guard

Free

by MCP Community

Protocol-level rate limiter middleware for MCP

v0.1.3Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Rate Guard MCP Server

Protocol-level rate limiter middleware for MCP

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-rate-guard
Add to claude_desktop_config.json
{
  "mcpServers": {
    "rate-guard": {
      "command": "npx",
      "args": ["-y", "mcp-rate-guard"]
    }
  }
}