AgentPool for Cursor
io.github.sidduhere/agentpool
See each coding-agent subscription's live limits and offload work to one with headroom.
client:Cursor
transport:stdio
runtime:pypi
Install AgentPool in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentpool": {
"type": "stdio",
"command": "uvx",
"args": [
"agentpool-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs