Skip to content
Gemini CLI

Proton Safe MCP for Gemini CLI

io.github.fbossiere/proton-safe-mcp

Read Proton Mail, extract bounded attachment text, and create explicitly confirmed drafts.

client:Gemini CLI transport:stdio runtime:pypi

Install Proton Safe MCP in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "proton-safe-mcp": {
      "command": "uvx",
      "args": [
        "proton-safe-mcp"
      ],
      "env": {
        "PROTON_BRIDGE_USER": "<PROTON_BRIDGE_USER>",
        "PROTON_IMAP_PORT": "<PROTON_IMAP_PORT>"
      }
    }
  }
}

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

Proton Safe MCP in other clients