Hi HN! AgenticMail is a self-hosted email and SMS platform for AI agents.
Key features:
- Each agent gets its own email address, inbox, and API key
- Two internet gateway modes: Gmail relay (2 min setup) or custom domain via Cloudflare (full DKIM/SPF/DMARC)
- Google Voice SMS integration - agents can receive verification codes and sign up for services
- Multi-agent coordination: task queues, synchronous RPC calls, async execution
- Outbound security guard - scans for leaked API keys, passwords, PII. Blocked emails require human approval
It works as an MCP server (62 tools) for Claude Desktop, Cursor, Windsurf, etc. and as an OpenClaw plugin (63 tools).
Hi HN! AgenticMail is a self-hosted email and SMS platform for AI agents.
Key features: - Each agent gets its own email address, inbox, and API key - Two internet gateway modes: Gmail relay (2 min setup) or custom domain via Cloudflare (full DKIM/SPF/DMARC) - Google Voice SMS integration - agents can receive verification codes and sign up for services - Multi-agent coordination: task queues, synchronous RPC calls, async execution - Outbound security guard - scans for leaked API keys, passwords, PII. Blocked emails require human approval
It works as an MCP server (62 tools) for Claude Desktop, Cursor, Windsurf, etc. and as an OpenClaw plugin (63 tools).
Tech: Node.js, Express, SQLite, Stalwart (Rust mail server), Docker, Cloudflare Workers.
Get started: npm install -g agenticmail && agenticmail setup
Happy to answer any questions!