Named Docker and Fly Machine sandbox computers with an interactive MCP App dashboard.
Runs locally over stdio
This server isn't hosted β your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx mcp-sandbox-computer-vm-for-ai
MCP client config
{
"mcpServers": {
"mcp-sandbox-computer-vm-for-ai": {
"command": "uvx",
"args": [
"mcp-sandbox-computer-vm-for-ai"
]
}
}
}