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 |
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/PilarJ/mcp-mail'
If you have feedback or need assistance with the MCP directory API, please join our Discord server