Account Pool
About
Exclusive, crash-safe leases on a pool of test accounts for parallel agent QA runs.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
APM_ACCOUNTS_FILE APM_DB_PATH APM_DEFAULT_TTL_SECONDS APM_LEASE_WAIT_MSClaude Code
claude mcp add --env APM_ACCOUNTS_FILE= --env APM_DB_PATH= --env APM_DEFAULT_TTL_SECONDS= --env APM_LEASE_WAIT_MS= account-pool-mcp -- npx account-pool-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"account-pool-mcp","command":"npx","args":["account-pool-mcp"],"env":{"APM_ACCOUNTS_FILE":"","APM_DB_PATH":"","APM_DEFAULT_TTL_SECONDS":"","APM_LEASE_WAIT_MS":""}}'
JSON
{
"mcpServers": {
"account-pool-mcp": {
"command": "npx",
"args": [
"account-pool-mcp"
],
"env": {
"APM_ACCOUNTS_FILE": "",
"APM_DB_PATH": "",
"APM_DEFAULT_TTL_SECONDS": "",
"APM_LEASE_WAIT_MS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.