Skip to content
Gemini CLI

redaction for Gemini CLI

one.secureai/redaction

Takes the people out of text before a model sees it, and puts them back in the reply.

client:Gemini CLI transport:streamable-http

Install redaction in Gemini CLI

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

{
  "mcpServers": {
    "redaction": {
      "httpUrl": "https://secureai.one/mcp"
    }
  }
}

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

redaction in other clients