Skip to content
VS Code

429 throttle mcp for VS Code

io.github.iqingyoung/429-throttle-mcp

带速率限制的 MCP HTTP 代理:滑动窗口+令牌桶控速,长程任务不再 429

client:VS Code transport:stdio runtime:npm

Install 429 throttle mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "429-throttle-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "429-throttle-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

429 throttle mcp in other clients