Skip to content
Zed

Proton Safe MCP for Zed

io.github.fbossiere/proton-safe-mcp

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

client:Zed transport:stdio runtime:pypi

Install Proton Safe MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Proton Safe MCP in other clients