带速率限制的 MCP HTTP 代理:滑动窗口+令牌桶控速,长程任务不再 429
claude mcp add 429-throttle-mcp -- npx -y 429-throttle-mcp
claude_desktop_config.json
{
"mcpServers": {
"429-throttle-mcp": {
"command": "npx",
"args": [
"-y",
"429-throttle-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"429-throttle-mcp": {
"command": "npx",
"args": [
"-y",
"429-throttle-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"429-throttle-mcp": {
"command": "npx",
"args": [
"-y",
"429-throttle-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"429-throttle-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"429-throttle-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"429-throttle-mcp": {
"command": "npx",
"args": [
"-y",
"429-throttle-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.iqingyoung--429-throttle-mcp/reviews or the review_server meta-tool.
POST /mcp