mcp-mail
by PilarJ
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BASE_URL | Yes | Public URL of this instance, no trailing slash | |
| DATA_DIR | Yes | Where the sent-mail audit log lives | |
| FROM_NAME | No | Display name on outgoing mail | |
| IMAP_HOST | Yes | IMAP server hostname | |
| IMAP_PORT | No | IMAP server port | |
| IMAP_USER | Yes | IMAP username | |
| SMTP_HOST | Yes | SMTP server hostname | |
| SMTP_PORT | No | SMTP server port | |
| SMTP_USER | Yes | SMTP username | |
| DEDUP_MINUTES | No | Refuse a second mail to the same recipient within this window; 0 disables | |
| IMAP_PASSWORD | Yes | IMAP password | |
| MAILBOX_LABEL | Yes | Which mailbox this instance serves; appears in the server name and tool descriptions | |
| SMTP_PASSWORD | Yes | SMTP password | |
| MAX_BODY_CHARS | No | Size cap on what is returned for message bodies | |
| JWT_SIGNING_KEY | No | Stable key for client tokens; unset signs everyone out on restart | |
| GITHUB_CLIENT_ID | Yes | GitHub OAuth app client ID for this instance | |
| ALLOWED_RECIPIENTS | No | Addresses or @domain entries mail may be sent to; empty disables sending | |
| GITHUB_CLIENT_SECRET | Yes | GitHub OAuth app client secret for this instance | |
| MAX_ATTACHMENT_BYTES | No | Size cap on attachment bytes returned | |
| ALLOWED_GITHUB_LOGINS | Yes | Who may connect; empty stops the server |
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
ActivitySlowing
ResponsivenessNo issues