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
{
"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