From 0a5d0df0c402838097384627f88cfb4858f291a3 Mon Sep 17 00:00:00 2001 From: MailFlat <317742541+MailFlat@users.noreply.github.com> Date: Sat, 22 Aug 2026 22:52:09 -0400 Subject: [PATCH 1/2] Add MailFlat MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a96c8ff..36909c731 100644 --- a/README.md +++ b/README.md @@ -791,6 +791,7 @@ Integration with communication platforms for message management and channel oper - [loicfontaine-max/qorami-sdk](https://github.com/loicfontaine-max/qorami-sdk/tree/main/mcp) [![qorami-sdk MCP server](https://glama.ai/mcp/servers/loicfontaine-max/qorami-sdk/badges/score.svg)](https://glama.ai/mcp/servers/loicfontaine-max/qorami-sdk) 📇 ☁️ - Check an email before an AI agent sends it: returns send / ask-a-human / block, with machine reason codes and prompt-injection detection. - [Leximo-AI/leximo-ai-call-assistant-mcp-server](https://github.com/Leximo-AI/leximo-ai-call-assistant-mcp-server) 📇 ☁️ - Make AI-powered phone calls on your behalf — book reservations, schedule appointments, and view call transcripts - [madbonez/caldav-mcp](https://github.com/madbonez/caldav-mcp) 🐍 ☁️ - Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar (via CalDAV), Nextcloud, ownCloud, Apple iCloud, and others. Supports creating events with recurrence, categories, priority, attendees, reminders, searching events, and retrieving events by UID. +- [MailFlat/mailflat-sdks](https://github.com/MailFlat/mailflat-sdks/tree/main/packages/mcp) 🐍 ☁️ - Email inboxes for agents, with the one-time code returned as a field instead of a regex over the message body. Addresses are permanent; only the messages expire, on a retention window you choose. `uvx mailflat-mcp` - [marlinjai/email-mcp](https://github.com/marlinjai/email-mcp) 📇 ☁️ 🏠 - Unified MCP server for email across Gmail (REST API), Outlook (Microsoft Graph), iCloud, and generic IMAP/SMTP. 24 tools for search, send, organize, and batch-manage emails with built-in OAuth2 and encrypted credential storage. - [marras0914/agent-toolbelt](https://github.com/marras0914/agent-toolbelt) [![marras0914/agent-toolbelt MCP server](https://glama.ai/mcp/servers/marras0914/agent-toolbelt/badges/score.svg)](https://glama.ai/mcp/servers/marras0914/agent-toolbelt) 📇 ☁️ - 20 focused API tools for AI agents: schema generation, text extraction, token counting, regex/cron building, prompt optimization, web summarization, document comparison, and more. TypeScript SDK + LangChain wrappers included. - [mohitbadwal/ringback](https://github.com/mohitbadwal/ringback) [![mohitbadwal/ringback MCP server](https://glama.ai/mcp/servers/mohitbadwal/ringback/badges/score.svg)](https://glama.ai/mcp/servers/mohitbadwal/ringback) 🐍 🏠 🍎 - Lets the LLM reach you on your phone: live, interruptible voice calls and tiered alerts, using free self-hosted pieces (SIP via pjsua2/Linphone + whisper.cpp STT + macOS say TTS). No paid telephony, no extra API key for the conversation. From a935552ed266f2c2cdf947c4fdde487e35a10d28 Mon Sep 17 00:00:00 2001 From: MailFlat <317742541+MailFlat@users.noreply.github.com> Date: Sun, 23 Aug 2026 17:57:22 -0400 Subject: [PATCH 2/2] Add Glama score badge for MailFlat MCP server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36909c731..8f6628478 100644 --- a/README.md +++ b/README.md @@ -791,7 +791,7 @@ Integration with communication platforms for message management and channel oper - [loicfontaine-max/qorami-sdk](https://github.com/loicfontaine-max/qorami-sdk/tree/main/mcp) [![qorami-sdk MCP server](https://glama.ai/mcp/servers/loicfontaine-max/qorami-sdk/badges/score.svg)](https://glama.ai/mcp/servers/loicfontaine-max/qorami-sdk) 📇 ☁️ - Check an email before an AI agent sends it: returns send / ask-a-human / block, with machine reason codes and prompt-injection detection. - [Leximo-AI/leximo-ai-call-assistant-mcp-server](https://github.com/Leximo-AI/leximo-ai-call-assistant-mcp-server) 📇 ☁️ - Make AI-powered phone calls on your behalf — book reservations, schedule appointments, and view call transcripts - [madbonez/caldav-mcp](https://github.com/madbonez/caldav-mcp) 🐍 ☁️ - Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar (via CalDAV), Nextcloud, ownCloud, Apple iCloud, and others. Supports creating events with recurrence, categories, priority, attendees, reminders, searching events, and retrieving events by UID. -- [MailFlat/mailflat-sdks](https://github.com/MailFlat/mailflat-sdks/tree/main/packages/mcp) 🐍 ☁️ - Email inboxes for agents, with the one-time code returned as a field instead of a regex over the message body. Addresses are permanent; only the messages expire, on a retention window you choose. `uvx mailflat-mcp` +- [MailFlat/mailflat-sdks](https://github.com/MailFlat/mailflat-sdks/tree/main/packages/mcp) [![MailFlat/mailflat-sdks MCP server](https://glama.ai/mcp/servers/MailFlat/mailflat-sdks/badges/score.svg)](https://glama.ai/mcp/servers/MailFlat/mailflat-sdks) 🐍 ☁️ - Email inboxes for agents, with the one-time code returned as a field instead of a regex over the message body. Addresses are permanent; only the messages expire, on a retention window you choose. `uvx mailflat-mcp` - [marlinjai/email-mcp](https://github.com/marlinjai/email-mcp) 📇 ☁️ 🏠 - Unified MCP server for email across Gmail (REST API), Outlook (Microsoft Graph), iCloud, and generic IMAP/SMTP. 24 tools for search, send, organize, and batch-manage emails with built-in OAuth2 and encrypted credential storage. - [marras0914/agent-toolbelt](https://github.com/marras0914/agent-toolbelt) [![marras0914/agent-toolbelt MCP server](https://glama.ai/mcp/servers/marras0914/agent-toolbelt/badges/score.svg)](https://glama.ai/mcp/servers/marras0914/agent-toolbelt) 📇 ☁️ - 20 focused API tools for AI agents: schema generation, text extraction, token counting, regex/cron building, prompt optimization, web summarization, document comparison, and more. TypeScript SDK + LangChain wrappers included. - [mohitbadwal/ringback](https://github.com/mohitbadwal/ringback) [![mohitbadwal/ringback MCP server](https://glama.ai/mcp/servers/mohitbadwal/ringback/badges/score.svg)](https://glama.ai/mcp/servers/mohitbadwal/ringback) 🐍 🏠 🍎 - Lets the LLM reach you on your phone: live, interruptible voice calls and tiered alerts, using free self-hosted pieces (SIP via pjsua2/Linphone + whisper.cpp STT + macOS say TTS). No paid telephony, no extra API key for the conversation.