Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IMAP_PORT | No | The IMAP server port (e.g., 993 for SSL, 1143 for local testing). | |
| IMAP_USER | No | The IMAP username or email address for checking emails. | |
| SMTP_PORT | No | The SMTP server port (e.g., 587 for TLS, 1025 for local testing). | |
| SMTP_USER | No | The SMTP username or email address for authentication. | |
| PYTHONPATH | No | The path to the source directory, required if running the server module directly. | |
| IMAP_SERVER | No | The IMAP server address for checking emails (e.g., imap.gmail.com). | |
| SMTP_SERVER | No | The SMTP server address for standard email providers (e.g., smtp.gmail.com or 127.0.0.1). | |
| IMAP_PASSWORD | No | The IMAP password or App Password for the email account. | |
| SMTP_PASSWORD | No | The SMTP password or App Password for the email account. | |
| MAILGUN_DOMAIN | No | The domain configured in Mailgun. | |
| RESEND_API_KEY | No | API key for Resend transactional email service. | |
| MAILGUN_API_KEY | No | API key for Mailgun transactional email service. | |
| MAILHOG_ENABLED | No | Set to 'true' to enable MailHog local testing service. | |
| MAILHOG_HTTP_URL | No | The HTTP URL for the MailHog web interface. | http://localhost:8025 |
| SENDGRID_API_KEY | No | API key for SendGrid transactional email service. | |
| MAILHOG_SMTP_HOST | No | The SMTP host for MailHog. | localhost |
| MAILHOG_SMTP_PORT | No | The SMTP port for MailHog. | 1025 |
| RESEND_FROM_EMAIL | No | The verified 'from' email address to use with Resend. | |
| SLACK_WEBHOOK_URL | No | The incoming webhook URL for Slack integration. | |
| MAILGUN_FROM_EMAIL | No | The verified 'from' email address to use with Mailgun. | |
| SENDGRID_FROM_EMAIL | No | The verified 'from' email address to use with SendGrid. |
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 | |