Skip to content
Zed

floodgate for Zed

io.github.sathergate/floodgate

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

client:Zed transport:stdio runtime:npm

Install floodgate in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "floodgate": {
      "command": "npx",
      "args": [
        "-y",
        "ratelimit-next"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

floodgate in other clients