Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"proton_bridge": {
"command": "${CLAUDE_PLUGIN_ROOT}/.venv/bin/python",
"args": [
"${CLAUDE_PLUGIN_ROOT}/proton_bridge_mcp.py"
],
"env": {
"PROTON_BRIDGE_HOST": "127.0.0.1",
"PROTON_BRIDGE_USER": "${PROTON_BRIDGE_USER}",
"PROTON_BRIDGE_IMAP_PORT": "1143",
"PROTON_BRIDGE_LOG_LEVEL": "INFO",
"PROTON_BRIDGE_SMTP_PORT": "1025",
"PROTON_BRIDGE_TLS_POLICY": "pinned"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/.venv/bin/pythonCommand-line arguments passed to the server process
Environment variables set when the server starts
PROTON_BRIDGE_HOST=127.0.0.1PROTON_BRIDGE_USER=${PROTON_BRIDGE_USER}PROTON_BRIDGE_IMAP_PORT=1143PROTON_BRIDGE_LOG_LEVEL=INFOPROTON_BRIDGE_SMTP_PORT=1025PROTON_BRIDGE_TLS_POLICY=pinnednpx claudepluginhub miketigerblue/proton-bridge-mcp --plugin proton-bridge-mcp