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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dnlbertoni/mcpZimbraDilfer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server