Skip to content
Gemini CLI

CloakMCP for Gemini CLI

io.github.overtimepog/cloakmcp

Stealth browser MCP server — anti-detection Chromium with snapshot-first agent interface

client:Gemini CLI transport:stdio runtime:pypi

Install CloakMCP in Gemini CLI

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

{
  "mcpServers": {
    "cloakmcp": {
      "command": "uvx",
      "args": [
        "cloakbrowsermcp"
      ]
    }
  }
}

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

CloakMCP in other clients