Account Pool for Cursor
io.github.ankitsxchdeva/account-pool-mcp
Exclusive, crash-safe leases on a pool of test accounts for parallel agent QA runs.
client:Cursor
transport:stdio
runtime:npm
Install Account Pool in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"account-pool-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"account-pool-mcp"
],
"env": {
"APM_ACCOUNTS_FILE": "<APM_ACCOUNTS_FILE>",
"APM_DB_PATH": "<APM_DB_PATH>",
"APM_DEFAULT_TTL_SECONDS": "<APM_DEFAULT_TTL_SECONDS>",
"APM_LEASE_WAIT_MS": "<APM_LEASE_WAIT_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs