Skip to content

MCP Sandbox Computer VM for AI for Cursor

io.github.flujo-app/mcp-sandbox-computer-vm-for-ai

Named Docker and Fly Machine sandbox computers with an interactive MCP App dashboard.

client:Cursor transport:stdio runtime:pypi

Install MCP Sandbox Computer VM for AI in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-sandbox-computer-vm-for-ai": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-sandbox-computer-vm-for-ai"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Sandbox Computer VM for AI in other clients