proton-bridge-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PROTON_BRIDGE_HOST | No | Bridge IMAP host. Default from credentials.json | |
| PROTON_BRIDGE_PORT | No | Bridge IMAP port. Default from credentials.json (default 1143) | 1143 |
| PROTON_BRIDGE_USER | No | Proton Mail address (Bridge user) | |
| PROTON_BRIDGE_CA_PATH | No | Path to pinned certificate PEM. Default is <config dir>/bridge-ca.pem | |
| PROTON_BRIDGE_MCP_HOME | No | Config directory. Default is ~/.config/proton-bridge-mcp | ~/.config/proton-bridge-mcp |
| PROTON_BRIDGE_PASSWORD | No | Bridge password (generated in Bridge app) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_mailboxesA | List all mail folders/mailboxes available on the Proton Mail account via Bridge. |
| list_messagesA | List the most recent messages in a mailbox (default INBOX), newest first. |
| search_messagesB | Search a mailbox by sender, subject, or body text. |
| get_messageA | Fetch the full parsed content (text/html body) of a single message by UID. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alpharomercoma/proton-bridge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server