anymail-mcp
by DeamonDev888
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_DIR | No | Log file directory | ./logs |
| IMAP_HOST | Yes | IMAP server hostname (e.g. imap.gmail.com) | |
| IMAP_PASS | Yes | IMAP password or app password | |
| IMAP_PORT | No | IMAP port (993 = SSL, 143 = STARTTLS) | 993 |
| IMAP_USER | Yes | IMAP username (often your full email address) | |
| LOG_LEVEL | No | Log level: fatal, error, warn, info, debug, trace | info |
| SMTP_FROM | No | Override 'From' address (aliases) | |
| SMTP_HOST | Yes | SMTP server hostname (often same as IMAP host) | |
| SMTP_PASS | Yes | SMTP password or app password | |
| SMTP_PORT | No | SMTP port (465 = SSL, 587 = STARTTLS) | 465 |
| SMTP_USER | Yes | SMTP username | |
| AUTH_TOKEN | No | Bearer token for HTTP transport auth | |
| IMAP_SECURE | No | Use implicit TLS for IMAP | true |
| REDACT_LOGS | No | Mask emails + passwords in logs | true |
| SMTP_SECURE | No | Use implicit TLS for SMTP | true |
| FASTMCP_HOST | No | Bind address (0.0.0.0 = all interfaces) | 0.0.0.0 |
| FASTMCP_PORT | No | HTTP port (httpStream mode) | 3143 |
| ALLOWED_DOMAINS | No | Comma-separated recipient domain allowlist | |
| FASTMCP_TRANSPORT | No | Transport mode: httpStream or stdio | httpStream |
| IMAP_REJECT_UNAUTHORIZED | No | Reject invalid TLS certs for IMAP | false |
| SMTP_REJECT_UNAUTHORIZED | No | Reject invalid TLS certs for SMTP | false |
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/DeamonDev888/anymail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server