Skip to content
Gemini CLI

MCP Virtual Computer for Gemini CLI

io.github.flujo-app/mcp-virtual-computer

A persistent Docker or Fly computer with a Three.js interface and optional live Xfce desktop.

client:Gemini CLI transport:stdio runtime:pypi

Install MCP Virtual Computer in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-virtual-computer": {
      "command": "uvx",
      "args": [
        "mcp-virtual-computer"
      ],
      "env": {
        "BACKEND": "<BACKEND>",
        "COMPUTER_ID": "<COMPUTER_ID>",
        "DESKTOP_ENVIRONMENT": "<DESKTOP_ENVIRONMENT>",
        "NETWORK_ACCESS": "<NETWORK_ACCESS>",
        "AUTO_INSTALL_DOCKER": "<AUTO_INSTALL_DOCKER>",
        "AUTO_INSTALL_FLYCTL": "<AUTO_INSTALL_FLYCTL>",
        "FLY_API_TOKEN": "<FLY_API_TOKEN>",
        "EXPOSE_LIFECYCLE_TOOLS": "<EXPOSE_LIFECYCLE_TOOLS>"
      }
    }
  }
}

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

MCP Virtual Computer in other clients