Skip to content
Gemini CLI

snapsurf for Gemini CLI

io.github.zumerlab/snapsurf

Web navigation and verification for AI agents: page digest, typed diff per action, assertions.

client:Gemini CLI transport:stdio runtime:npm

Install snapsurf in Gemini CLI

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

{
  "mcpServers": {
    "snapsurf": {
      "command": "npx",
      "args": [
        "-y",
        "@zumer/snapsurf"
      ]
    }
  }
}

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

snapsurf in other clients