Skip to content
Gemini CLI

Diffgrab for Gemini CLI

io.github.arknill/diffgrab

Web page change tracking with structured diffs. markgrab + snapgrab integration.

client:Gemini CLI transport:stdio runtime:pypi

Install Diffgrab in Gemini CLI

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

{
  "mcpServers": {
    "diffgrab": {
      "command": "uvx",
      "args": [
        "diffgrab"
      ]
    }
  }
}

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

Diffgrab in other clients