imap-smtp-mcp
by DeamonDev888
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_DIR | No | Directory for log files | ./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 for SSL, 143 for STARTTLS) | 993 |
| IMAP_USER | Yes | IMAP username (often your full email address) | |
| LOG_LEVEL | No | fatal, error, warn, info, debug, trace | info |
| SMTP_FROM | No | From address (if different from SMTP_USER) | |
| 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 for SSL, 587 for STARTTLS) | 465 |
| SMTP_USER | Yes | SMTP username | |
| IMAP_SECURE | No | Use TLS (set false for STARTTLS or plaintext) | true |
| SMTP_SECURE | No | Use TLS | true |
| FASTMCP_HOST | No | Bind address (use 127.0.0.1 for local-only) | 0.0.0.0 |
| FASTMCP_PORT | No | HTTP port (only for httpStream) | 3143 |
| FASTMCP_TRANSPORT | No | httpStream or stdio | httpStream |
| IMAP_REJECT_UNAUTHORIZED | No | Reject invalid TLS certs (set true for production) | false |
| SMTP_REJECT_UNAUTHORIZED | No | Reject invalid TLS certs | false |
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/DeamonDev888/imap-smtp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server