mcp-agent-mail
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GPG_HOME | No | Must be blank or absolute | |
| LOGS_DIR | No | Rotating DEBUG logs (5×5 MB) | logs |
| IMAP_HOST | No | IMAP host | imap.gmail.com |
| IMAP_PORT | No | IMAP port (SSL) | 993 |
| SMTP_HOST | No | SMTP host | smtp.gmail.com |
| SMTP_PORT | No | SMTP port (STARTTLS) | 587 |
| GPG_KEY_ID | Yes | Agent key fingerprint (40 hex) (required) | |
| ARCHIVE_PATH | No | JSONL mail archive | data/archive.emails.jsonl |
| SMTP_USE_SSL | No | Set true for implicit TLS on 465 | false |
| CONTACTS_PATH | No | Relative to project root | data/contacts.json |
| EMAIL_ADDRESS | Yes | Account identity / IMAP+SMTP login (required) | |
| EMAIL_PASSWORD | Yes | IMAP/SMTP app password (required) | |
| GPG_PASSPHRASE | Yes | Agent key passphrase (required) | |
| SECRET_BACKEND | No | Secret resolution backend (M2: more) | env |
| PUBKEY_EXPORT_DIR | No | Where public keys are exported | exported_keys |
| EMAIL_DISPLAY_NAME | No | From display name | AI Agent |
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