zimbra-mcp
by dnlbertoni
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZIMBRA_IMAP_SSL | No | Whether to use SSL for IMAP. Default true. | true |
| ZIMBRA_PASSWORD | Yes | Your Zimbra password (preferably an app password). | |
| ZIMBRA_SMTP_SSL | No | Whether to use SSL for SMTP. Default true. | true |
| ZIMBRA_USERNAME | Yes | Your Zimbra login email address. | |
| ZIMBRA_IMAP_HOST | Yes | Hostname of your Zimbra IMAP server (e.g., mail.example.com). | |
| ZIMBRA_IMAP_PORT | No | Port for IMAP. Defaults to 993 for SSL. | 993 |
| ZIMBRA_SMTP_HOST | Yes | Hostname of your Zimbra SMTP server. | |
| ZIMBRA_SMTP_PORT | No | Port for SMTP. Defaults to 465 for SSL. | 465 |
| ZIMBRA_AUTH_API_KEY | No | API key used for authentication when ZIMBRA_AUTH_ENABLED is true. (Singular form) | |
| ZIMBRA_AUTH_ENABLED | No | Enable API key authentication for the MCP server. Default false. | false |
| ZIMBRA_AUTH_API_KEYS | No | Comma-separated list of API keys allowed to authenticate. (Plural form from .env example) | |
| ZIMBRA_MCP_TRANSPORT | No | Transport mode for the MCP server. Use 'stdio' for local, or set to 'streamable-http' for HTTP. | stdio |
| ZIMBRA_SMTP_STARTTLS | No | Whether to use STARTTLS for SMTP. Default false. | false |
| ZIMBRA_AUTH_TOKEN_TTL | No | Time-to-live in seconds for JWT tokens. Default 3600. | 3600 |
| ZIMBRA_AUTO_MARK_READ | No | Automatically mark messages as read when fetched. Default false. | false |
| ZIMBRA_AUTH_JWT_SECRET | No | Secret used to sign JWT access tokens. |
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 | |