
agenticmail
by agenticmail·★ 121·综合分 47
AgenticMail 为 AI 代理提供电子邮件/短信基础设施,通过编程方式实现真实通信。
概述
AgenticMail 是一个全面的自我托管通信平台,连接 AI 代理与现实世界的电子邮件和短信功能。它通过 Docker 运行本地 Stalwart 邮件服务器,集成 Google Voice 提供电话访问,并为每个代理提供独立的电子邮件地址、收件箱和 API 密钥。该平台提供 75 多个 REST API 端点,并包含一个类 Gmail 的 Web 界面供人工监督。其 MCP 集成使 AI 代理能够发送/接收电子邮件、提取验证码和执行协作通信任务。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当构建需要通过邮件/短信与真实世界通信的AI代理时选择AgenticMail,特别是当需要隔离的通信渠道和防止敏感数据泄露的安全防护措施时。
什么时候不要选它
如果需要无需自托管的云解决方案,或者寻找没有代理特定功能的简单邮件集成,则应避免使用。
此 server 暴露的工具
从 README 抽取出 12 个工具call_agentMake synchronous RPC calls between agents with auto timeout and discovery
send_emailSend email with text, HTML, attachments, CC/BCC, and custom headers
reply_emailReply to an existing email with proper threading headers
receive_emailReceive email via IMAP with real-time event streaming
search_emailsSearch emails by sender, subject, body, date, or status
manage_draftsSave, edit, and send draft emails
create_agentCreate a new agent with unique email address and credentials
check_activityCheck which agents are currently running and their recent activity
tail_workerRead a running worker's log in real-time
save_thread_memorySave agent memory for a conversation thread to optimize future wakes
get_thread_idGet the thread ID for an email to reference in multi-agent communication
submit_resultSubmit results for a task assigned to an agent
可对比工具
安装
安装选项
**选项 A — 一行安装程序(推荐):**
curl -fsSL https://raw.githubusercontent.com/agenticmail/agenticmail/main/install.sh | bash**选项 B — 手动两步安装:**
npm install -g @agenticmail/cli@latest
agenticmail bootstrapClaude Desktop 的 MCP 配置
添加到您的 Claude Desktop config.json:
{
"mcpServers": {
"agenticmail": {
"command": "npx",
"args": ["@agenticmail/cli", "mcp"]
}
}
}FAQ
- AgenticMail 可以与任何 AI 客户端一起使用吗?
- 是的,AgenticMail 可以与任何兼容 MCP 的 AI 客户端一起使用,包括 Claude Desktop、OpenClaw 和其他通过其插件系统的客户端。
- AgenticMail 是否为代理提供真实的电子邮件地址?
- 是的,每个代理都有自己专用的电子邮件地址和完整的收件箱功能,独立于其他代理。
Hacker News 讨论
开发者社区最近的相关讨论。
- 帖子 by agenticmail · 2026-02-16
agenticmail 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。