Skip to content
Gemini CLI

blackout for Gemini CLI

ai.thrain/blackout

Permanent local PDF redaction: text is removed and verified gone, not covered. No uploads.

client:Gemini CLI transport:stdio runtime:npm

Install blackout in Gemini CLI

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

{
  "mcpServers": {
    "blackout": {
      "command": "npx",
      "args": [
        "-y",
        "@thrain/blackout-mcp"
      ]
    }
  }
}

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

blackout in other clients