Email MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IMAP_SSL | Yes | Whether to use SSL for IMAP (true/false) | |
| MCP_HOST | Yes | Host address for the MCP server to bind to (e.g., 127.0.0.1) | |
| MCP_PORT | Yes | Port for the MCP server to bind to (e.g., 8420) | |
| IMAP_HOST | Yes | IMAP server hostname (e.g., imap.gmail.com) | |
| IMAP_PORT | Yes | IMAP server port (e.g., 993) | |
| IMAP_USER | Yes | IMAP username or email address | |
| SMTP_HOST | Yes | SMTP server hostname (e.g., smtp.gmail.com) | |
| SMTP_PORT | Yes | SMTP server port (e.g., 587) | |
| SMTP_USER | Yes | SMTP username or email address | |
| MCP_API_KEY | Yes | Secret API key used for X-API-Key header authentication | |
| MCP_BASE_URL | Yes | The base URL where the MCP server is accessible | |
| IMAP_PASSWORD | Yes | IMAP password or application-specific password | |
| SMTP_PASSWORD | Yes | SMTP password or application-specific password | |
| SMTP_STARTTLS | Yes | SMTP_STARTTLS mode: "none" (auto), "true" (force), "false" (disable) | |
| IMAP_POOL_SIZE | No | Number of concurrent IMAP connections to maintain in the pool | 3 |
| MCP_SERVER_NAME | Yes | Name identifier for the MCP server | |
| DEFAULT_FROM_NAME | No | Default display name for outgoing emails | |
| MAX_SEARCH_RESULTS | No | Maximum number of email search results to return | 50 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/cat-people-82/email_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server