Skip to content
Gemini CLI

Stealthy Auto Browse for Gemini CLI

io.github.psyb0t/stealthy-auto-browse

Self-hosted MCP server for stealth browser automation with human-like OS-level input.

client:Gemini CLI transport:stdio runtime:oci

Install Stealthy Auto Browse in Gemini CLI

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

{
  "mcpServers": {
    "stealthy-auto-browse": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/stealthy-auto-browse:v2.6.12"
      ]
    }
  }
}

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

Stealthy Auto Browse in other clients