429 throttle mcp for Cursor
io.github.iqingyoung/429-throttle-mcp
带速率限制的 MCP HTTP 代理:滑动窗口+令牌桶控速,长程任务不再 429
client:Cursor
transport:stdio
runtime:npm
Install 429 throttle mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"429-throttle-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"429-throttle-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs