Skip to main content
Glama
AlexMili

bluemind-mcp

by AlexMili

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BLUEMIND_URLYesServer URL, e.g. https://mail.example.com
BLUEMIND_EMAILYesUser login (email address)
BLUEMIND_PASSWORDYesPassword
BLUEMIND_ALLOW_INSECURE_TLSNoOptional: '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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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