Skip to content
Gemini CLI

redact for Gemini CLI

com.eleyed/redact

Redact PII from text before it reaches a model. Nothing stored, no third-party AI.

client:Gemini CLI transport:streamable-http

Install redact in Gemini CLI

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

{
  "mcpServers": {
    "redact": {
      "httpUrl": "https://eleyed.com/api/mcp"
    }
  }
}

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

redact in other clients