Floodgate
Rank #15,575io.github.sathergate/floodgate
MCP server providing floodgate capabilities
Floodgate is a Model Context Protocol (MCP) server published by sathergate. It ranks #15,575 of 115,460 servers tracked on MCP Toplist, and its repository has 109 GitHub stars. Floodgate is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 29, 2026 and most recently updated on Mar 29, 2026.
Ranks ahead of 99,885 of 115,460 servers on MCP Toplist.
Use Floodgate
claude mcp add floodgate -- npx -y ratelimit-next[mcp_servers.floodgate]
command = "npx"
args = ["-y", "ratelimit-next"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"floodgate": {
"command": "npx",
"args": [
"-y",
"ratelimit-next"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"floodgate": {
"command": "npx",
"args": [
"-y",
"ratelimit-next"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"floodgate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ratelimit-next"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"floodgate": {
"command": "npx",
"args": [
"-y",
"ratelimit-next"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"floodgate": {
"command": "npx",
"args": [
"-y",
"ratelimit-next"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sathergate%2Ffloodgate)<a href="https://mcptoplist.com/server/io.github.sathergate%2Ffloodgate"><img src="https://mcptoplist.com/badge/io.github.sathergate%2Ffloodgate.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sathergate
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Mar 29, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Floodgate?
- Floodgate is maintained by sathergate, which publishes 7 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Floodgate listed on the Official MCP Registry?
- Yes — Floodgate is listed on the Official MCP Registry.
- How many versions does Floodgate have?
- MCP Toplist tracks 2 versions of Floodgate, most recently published on Mar 29, 2026.
- Where can I find the source code for Floodgate?
- The source code for Floodgate is hosted at github.com/sathergate/sathergate-toolkit.