10 months ago
AgentBay is a cloud infrastructure designed for AI agents, providing enterprises, developers, and AI vendors with a one-click configuration tool and execution environment for AI Agent tasks. It leverages Alibaba Cloud's Wuying technology to offer secure and efficient computing experiences.
Server Config
{
"mcpServers": {
"agentbay": {
"command": "npx",
"args": [
"-y",
"agentbay-mcp"
],
"env": {
"AGENTBAY_API_KEY": "<YOUR API KEY>",
"IMAGE_ID": "windows_latest",
"REGION": "singapore"
}
}
}
}