bluemind-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BLUEMIND_URL | Yes | Server URL, e.g. https://mail.example.com | |
| BLUEMIND_EMAIL | Yes | User login (email address) | |
| BLUEMIND_PASSWORD | Yes | Password | |
| BLUEMIND_ALLOW_INSECURE_TLS | No | Optional: '1' to accept self-signed certificates |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_mail_foldersA | List the mail folders (INBOX, Sent, ...) of the BlueMind mailbox, with their uid and full name. |
| search_emailsA | Full-text search of emails in the BlueMind mailbox. The query uses Elasticsearch query_string syntax: plain words search the message body, and fields can be targeted, e.g. subject:report, from:alice, to:bob@example.org, has:attachments, is:unread — combinable with AND/OR (e.g. subject:réunion AND from:pierre). By default all folders are searched; restrict with folder_uid or folder_name. Returns folder_uid + item_id usable with read_email. |
| list_recent_emailsA | List the most recent emails of a folder (default INBOX), newest first. Returns folder_uid + item_id usable with read_email. |
| read_emailA | Read the full content of an email (headers, text body, attachment list) given its folder_uid and item_id (from search_emails or list_recent_emails). |
| list_calendarsA | List the BlueMind calendars accessible to the user, with their uid (usable with search_events / list_events). |
| search_eventsA | Search calendar events by text (summary, description, location, attendees), optionally within a date range. Defaults to the user's default calendar. |
| list_eventsA | List calendar events in a date range (agenda view). Defaults to the user's default calendar. Recurring events are returned as series with their recurrence rule; occurrences inside the range may need expanding from the rule. |
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/AlexMili/bluemind-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server