Skip to content
Gemini CLI

Sluicer for Gemini CLI

io.github.gi0tto/sluicer

The data a web page declares, with where each value came from. No model, no API key.

client:Gemini CLI transport:stdio runtime:pypi

Install Sluicer 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": {
    "sluicer": {
      "command": "uvx",
      "args": [
        "sluicer"
      ],
      "env": {
        "SLUICER_ALLOW_PRIVATE": "<SLUICER_ALLOW_PRIVATE>"
      }
    }
  }
}

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

Sluicer in other clients