10 months ago
The first MCP-integrated cloud sandbox for running AI-generated code at scale. AgentSphere empowers you to spin up isolated execution environments in seconds and integrate seamlessly with your MCP clients.
Server Config
{
"mcpServers": {
"agentsphere": {
"command": "uvx",
"args": [
"agentsphere-mcp-server"
],
"env": {
"AGENTSPHERE_API_KEY": "your_api_key_here"
}
}
}
}