10 months ago
Server Config
{
"mcpServers": {
"agentbay": {
"command": "npx",
"args": [
"-y",
"agentbay-mcp"
],
"env": {
"AGENTBAY_API_KEY": "YOUR_API_KEY_HERE",
"IMAGE_ID": "windows_latest",
"REGION": "singapore"
}
}
}
}