proton workflow connector for Gemini CLI
io.github.ntrpydev/proton-workflow-connector
Unofficial self-hosted MCP connector for Proton Mail Bridge and SimpleLogin.
client:Gemini CLI
transport:stdio
runtime:pypi
Install proton workflow connector in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs