Skip to content
Grok

Account Pool for Grok

io.github.ankitsxchdeva/account-pool-mcp

Exclusive, crash-safe leases on a pool of test accounts for parallel agent QA runs.

client:Grok transport:stdio runtime:npm

Install Account Pool in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Account Pool in other clients