← Back to browse

Account Pool

Indexed by io.github.ankitsxchdeva

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 varsAPM_ACCOUNTS_FILE APM_DB_PATH APM_DEFAULT_TTL_SECONDS APM_LEASE_WAIT_MS
Claude 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

Add to 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.