From 5424b32da454c25b65dd9d4e48d38d0b9037cd27 Mon Sep 17 00:00:00 2001 From: 7supersayin <301271968+7supersayin@users.noreply.github.com> Date: Tue, 11 Aug 2026 11:31:02 +0300 Subject: [PATCH 1/2] Add Atomic Mail to Communication category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..5536aea87 100644 --- a/README.md +++ b/README.md @@ -720,6 +720,7 @@ Integration with communication platforms for message management and channel oper - [agentmail-toolkit/mcp](https://github.com/agentmail-to/agentmail-toolkit/tree/main/mcp) 🐍 💬 - An MCP server to create inboxes on the fly to send, receive, and take actions on email. We aren't AI agents for email, but email for AI Agents. - [anypost/emailmd](https://github.com/anypost/emailmd) [![anypost/emailmd MCP server](https://glama.ai/mcp/servers/anypost/emailmd/badges/score.svg)](https://glama.ai/mcp/servers/anypost/emailmd) 📇 ☁️ 🏠 - Write and preview emails from your assistant. Renders markdown into email-safe HTML that holds up in Outlook and Gmail, lints drafts for deliverability problems, and returns a live preview link. Hosted with no API key, or run it locally with `npx emailmd mcp`. - [arbengine/mailbox-mcp](https://github.com/arbengine/mailbox-mcp) [![arbengine/mailbox-mcp MCP server](https://glama.ai/mcp/servers/arbengine/mailbox-mcp/badges/score.svg)](https://glama.ai/mcp/servers/arbengine/mailbox-mcp) 📇 ☁️ - Physical mail API for AI agents. Send letters, certified mail, postcards, and batch mailings with cost previews, approval controls, tracking, and webhooks. +- [Atomic Mail](https://atomicmail.ai) ☁️ - Email built for AI agents. Hosted MCP server with autonomous inbox registration via proof-of-work (no email verification, domain, or card), custom domain support, and full send/receive over the open JMAP standard (RFC 8620/8621). - [AutomateLab-tech/content-distribution-mcp](https://github.com/AutomateLab-tech/content-distribution-mcp) [![AutomateLab-tech/content-distribution-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/content-distribution-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/content-distribution-mcp) 📇 ☁️ 🏠 - Publish one piece of content to DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, Medium and Twitter with idempotent state and per-platform adaptation. - [bababoi-bibilabu/agent-mq](https://github.com/bababoi-bibilabu/agent-mq) [![agent-mq MCP server](https://glama.ai/mcp/servers/bababoi-bibilabu/agent-mq/badges/score.svg)](https://glama.ai/mcp/servers/bababoi-bibilabu/agent-mq) 📇 ☁️ 🏠 - Message queue for AI coding assistants. Let AI agents (Claude Code, Cursor, Codex) send messages to each other across sessions and machines. UUID-based auth, self-hostable. - [Beltran12138/wecom-docs-mcp-server](https://github.com/Beltran12138/wecom-docs-mcp-server) [![Beltran12138/wecom-docs-mcp-server MCP server](https://glama.ai/mcp/servers/Beltran12138/wecom-docs-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Beltran12138/wecom-docs-mcp-server) 🐍 🏠 🪟 🐧 - WeCom (Enterprise WeChat) document operations via MCP: create, read, and edit Docs and Smartsheets (9 tools). Fills the doc-CRUD gap — existing WeCom MCP servers only support webhook messaging. From 0a0af1e74deae45a31289fab04c8ec71fcb4fac0 Mon Sep 17 00:00:00 2001 From: 7supersayin <301271968+7supersayin@users.noreply.github.com> Date: Tue, 11 Aug 2026 11:35:08 +0300 Subject: [PATCH 2/2] Use GitHub repo link for Atomic Mail and add Glama badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5536aea87..67462d3a8 100644 --- a/README.md +++ b/README.md @@ -720,7 +720,7 @@ Integration with communication platforms for message management and channel oper - [agentmail-toolkit/mcp](https://github.com/agentmail-to/agentmail-toolkit/tree/main/mcp) 🐍 💬 - An MCP server to create inboxes on the fly to send, receive, and take actions on email. We aren't AI agents for email, but email for AI Agents. - [anypost/emailmd](https://github.com/anypost/emailmd) [![anypost/emailmd MCP server](https://glama.ai/mcp/servers/anypost/emailmd/badges/score.svg)](https://glama.ai/mcp/servers/anypost/emailmd) 📇 ☁️ 🏠 - Write and preview emails from your assistant. Renders markdown into email-safe HTML that holds up in Outlook and Gmail, lints drafts for deliverability problems, and returns a live preview link. Hosted with no API key, or run it locally with `npx emailmd mcp`. - [arbengine/mailbox-mcp](https://github.com/arbengine/mailbox-mcp) [![arbengine/mailbox-mcp MCP server](https://glama.ai/mcp/servers/arbengine/mailbox-mcp/badges/score.svg)](https://glama.ai/mcp/servers/arbengine/mailbox-mcp) 📇 ☁️ - Physical mail API for AI agents. Send letters, certified mail, postcards, and batch mailings with cost previews, approval controls, tracking, and webhooks. -- [Atomic Mail](https://atomicmail.ai) ☁️ - Email built for AI agents. Hosted MCP server with autonomous inbox registration via proof-of-work (no email verification, domain, or card), custom domain support, and full send/receive over the open JMAP standard (RFC 8620/8621). +- [Atomic-Mail/atomic-mail-agentic](https://github.com/Atomic-Mail/atomic-mail-agentic) [![Atomic-Mail/atomic-mail-agentic MCP server](https://glama.ai/mcp/servers/Atomic-Mail/atomic-mail-agentic/badges/score.svg)](https://glama.ai/mcp/servers/Atomic-Mail/atomic-mail-agentic) ☁️ - Email built for AI agents. Hosted MCP server ([atomicmail.ai](https://atomicmail.ai)) with autonomous inbox registration via proof-of-work (no email verification, domain, or card), custom domain support, and full send/receive over the open JMAP standard (RFC 8620/8621). - [AutomateLab-tech/content-distribution-mcp](https://github.com/AutomateLab-tech/content-distribution-mcp) [![AutomateLab-tech/content-distribution-mcp MCP server](https://glama.ai/mcp/servers/AutomateLab-tech/content-distribution-mcp/badges/score.svg)](https://glama.ai/mcp/servers/AutomateLab-tech/content-distribution-mcp) 📇 ☁️ 🏠 - Publish one piece of content to DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, Medium and Twitter with idempotent state and per-platform adaptation. - [bababoi-bibilabu/agent-mq](https://github.com/bababoi-bibilabu/agent-mq) [![agent-mq MCP server](https://glama.ai/mcp/servers/bababoi-bibilabu/agent-mq/badges/score.svg)](https://glama.ai/mcp/servers/bababoi-bibilabu/agent-mq) 📇 ☁️ 🏠 - Message queue for AI coding assistants. Let AI agents (Claude Code, Cursor, Codex) send messages to each other across sessions and machines. UUID-based auth, self-hostable. - [Beltran12138/wecom-docs-mcp-server](https://github.com/Beltran12138/wecom-docs-mcp-server) [![Beltran12138/wecom-docs-mcp-server MCP server](https://glama.ai/mcp/servers/Beltran12138/wecom-docs-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/Beltran12138/wecom-docs-mcp-server) 🐍 🏠 🪟 🐧 - WeCom (Enterprise WeChat) document operations via MCP: create, read, and edit Docs and Smartsheets (9 tools). Fills the doc-CRUD gap — existing WeCom MCP servers only support webhook messaging.