Skip to content
Gemini CLI

redact pdf mcp for Gemini CLI

io.github.dambuchs/redact-pdf-mcp

Permanently redact PII from PDFs and scans. EU/Swiss-hosted, never used to train AI models.

client:Gemini CLI transport:stdio runtime:npm

Install redact pdf mcp in Gemini CLI

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

{
  "mcpServers": {
    "redact-pdf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "redact-pdf-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 pdf mcp in other clients