imap-mcp
by Tonours
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | HTTP bind address. | 127.0.0.1 |
| PORT | No | HTTP port. | 3000 |
| IMAP_TLS | No | Accepts only true or false. | true |
| IMAP_HOST | Yes | Required. IMAP hostname. | |
| IMAP_PASS | Yes | Required. Preserved exactly, including leading or trailing spaces. | |
| IMAP_PORT | No | Integer from 1 to 65535. | 993 |
| IMAP_USER | Yes | Required. Provider username. | |
| LOG_LEVEL | No | debug, info, warn, or error. | info |
| MAIL_FROM | No | Required when the SMTP username is not an email address. | |
| SMTP_HOST | No | SMTP hostname. Required if ALLOW_SEND=true. | |
| SMTP_PASS | No | SMTP password. Defaults to IMAP_PASS. | |
| SMTP_PORT | No | SMTP port. Defaults from SMTP_SECURITY; an explicit value overrides it. | |
| SMTP_USER | No | SMTP user. Defaults to IMAP_USER. | |
| ALLOW_SEND | No | Enables mail_send and mail_create_draft. | false |
| ALLOW_TRASH | No | Enables mail_trash. | false |
| SMTP_SECURITY | No | implicit or starttls. Required if ALLOW_SEND=true. | |
| MCP_AUTH_TOKEN | Yes | Required. At least 16 characters, with no leading or trailing whitespace. | |
| IMAP_TIMEOUT_MS | No | Timeout for each IMAP operation. | 15000 |
| SEND_RATE_PER_HOUR | No | Shared limit for sends and drafts, per process. | 5 |
| TRASH_RATE_PER_HOUR | No | Independent move limit, per process. | 20 |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues