MCP Server
MCP
Account Pool
Exclusive, crash-safe leases on a pool of test accounts for parallel agent QA runs.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "account-pool-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the JSON file defining pools + accounts to load on startup.",
"default": "./accounts.json",
"name": "APM_ACCOUNTS_FILE"
},
{
"description": "Path to the SQLite file. Every session that should coordinate must point at the SAME path.",
"default": "./account-pool.db",
"name": "APM_DB_PATH"
},
{
"description": "How long a lease lasts before it is reclaimable if a session crashes without releasing.",
"default": "1800",
"name": "APM_DEFAULT_TTL_SECONDS"
},
{
"description": "0 = fail fast when the pool is empty; >0 = wait this many ms for an account to free up.",
"default": "0",
"name": "APM_LEASE_WAIT_MS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment