Skip to main content
Glama
alpharomercoma

proton-bridge-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROTON_BRIDGE_HOSTNoBridge IMAP host. Default from credentials.json
PROTON_BRIDGE_PORTNoBridge IMAP port. Default from credentials.json (default 1143)1143
PROTON_BRIDGE_USERNoProton Mail address (Bridge user)
PROTON_BRIDGE_CA_PATHNoPath to pinned certificate PEM. Default is <config dir>/bridge-ca.pem
PROTON_BRIDGE_MCP_HOMENoConfig directory. Default is ~/.config/proton-bridge-mcp~/.config/proton-bridge-mcp
PROTON_BRIDGE_PASSWORDNoBridge password (generated in Bridge app)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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_messagesA

Search a mailbox by sender, subject, or body text.

get_messageB

Fetch the full parsed content (text/html body) of a single message by UID.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct action: listing mailboxes, listing messages, searching messages, and fetching a single message. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: list_mailboxes, list_messages, search_messages, get_message. The naming is predictable and uniform.

Tool Count5/5

With 4 tools, the set is well-scoped for a focused read-only email access use case. Each tool serves a clear purpose and none are redundant.

Completeness4/5

The toolset covers the primary read workflow: enumerate mailboxes, list messages, search, and fetch full content. However, it lacks send, draft, or message mutation capabilities, which are common in email tools but may be intentionally omitted for a read-only bridge interface.

Maintenance

ActivityMaintained
ResponsivenessNo issues