Skip to content
Cursor

floodgate for Cursor

io.github.sathergate/floodgate

Rate limiting for Next.js. Zero-dependency sliding window and token bucket.

client:Cursor transport:stdio runtime:npm

Install floodgate in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "floodgate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ratelimit-next"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

floodgate in other clients