Skip to content
Gemini CLI

MCP Sandbox Computer VM for AI for Gemini CLI

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

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

client:Gemini CLI transport:stdio runtime:pypi

Install MCP Sandbox Computer VM for AI in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

MCP Sandbox Computer VM for AI in other clients