Skip to content

proton workflow connector for Zed

io.github.ntrpydev/proton-workflow-connector

Unofficial self-hosted MCP connector for Proton Mail Bridge and SimpleLogin.

client:Zed transport:stdio runtime:pypi

Install proton workflow connector 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-workflow-connector": {
      "command": "uvx",
      "args": [
        "proton-workflow-connector"
      ],
      "env": {
        "PROTON_BRIDGE_USERNAME": "<PROTON_BRIDGE_USERNAME>",
        "PROTON_BRIDGE_PASSWORD": "<PROTON_BRIDGE_PASSWORD>",
        "PROTON_BRIDGE_EMAIL": "<PROTON_BRIDGE_EMAIL>",
        "SIMPLELOGIN_API_KEY": "<SIMPLELOGIN_API_KEY>"
      }
    }
  }
}

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

proton workflow connector in other clients