Account Pool for Zed
io.github.ankitsxchdeva/account-pool-mcp
Exclusive, crash-safe leases on a pool of test accounts for parallel agent QA runs.
client:Zed
transport:stdio
runtime:npm
Install Account Pool in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"account-pool-mcp": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs