Proton Safe MCP for Windsurf
io.github.fbossiere/proton-safe-mcp
Read Proton Mail, extract bounded attachment text, and create explicitly confirmed drafts.
client:Windsurf
transport:stdio
runtime:pypi
Install Proton Safe MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"proton-safe-mcp": {
"command": "uvx",
"args": [
"proton-safe-mcp"
],
"env": {
"PROTON_BRIDGE_USER": "<PROTON_BRIDGE_USER>",
"PROTON_IMAP_PORT": "<PROTON_IMAP_PORT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs