Skip to main content
Glama
pzanna

Email MCP Server

by pzanna

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IMAP_SSLYesWhether to use SSL for IMAP (true/false)
MCP_HOSTYesHost address for the MCP server to bind to (e.g., 127.0.0.1)
MCP_PORTYesPort for the MCP server to bind to (e.g., 8420)
IMAP_HOSTYesIMAP server hostname (e.g., imap.gmail.com)
IMAP_PORTYesIMAP server port (e.g., 993)
IMAP_USERYesIMAP username or email address
SMTP_HOSTYesSMTP server hostname (e.g., smtp.gmail.com)
SMTP_PORTYesSMTP server port (e.g., 587)
SMTP_USERYesSMTP username or email address
MCP_API_KEYYesSecret API key used for X-API-Key header authentication
MCP_BASE_URLYesThe base URL where the MCP server is accessible
IMAP_PASSWORDYesIMAP password or application-specific password
SMTP_PASSWORDYesSMTP password or application-specific password
SMTP_STARTTLSYesSMTP_STARTTLS mode: "none" (auto), "true" (force), "false" (disable)
IMAP_POOL_SIZENoNumber of concurrent IMAP connections to maintain in the pool3
MCP_SERVER_NAMEYesName identifier for the MCP server
DEFAULT_FROM_NAMENoDefault display name for outgoing emails
MAX_SEARCH_RESULTSNoMaximum number of email search results to return50

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/pzanna/email_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server