Skip to content
Gemini CLI

MaskFlow PII proxy for Gemini CLI

io.github.maskflow/mcp

Mask PII in outbound MCP tool-call arguments, unmask the results. Indian identifiers included.

client:Gemini CLI transport:stdio runtime:pypi

Install MaskFlow PII proxy in Gemini CLI

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

{
  "mcpServers": {
    "mcp": {
      "command": "uvx",
      "args": [
        "maskflow-mcp"
      ]
    }
  }
}

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

MaskFlow PII proxy in other clients