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