mcp_agent_mail_rust
活跃·★ 82·NOASSERTION·更新于 2026-05-26
★ 时下流行★ 多智能体★ 数据处理
一个为AI编码智能体设计的邮件式协调层,提供MCP服务器、37个工具和25个资源,支持Git备份和SQLite索引。
Agent Mail是一个类似于电子邮件的AI编码智能体协调层,以MCP服务器的形式提供37个工具和25个资源。它具有Git备份存档、SQLite索引、交互式16屏TUI、服务端渲染的Web UI和面向智能体的机器人CLI。通过咨询式文件预留和异步线程消息传递来防止冲突并协调多个智能体。
#AI 智能体#coordination#MCP 协议#MCP 服务器#Rust#tui
01
功能特性
01带有TTL和通配符模式的咨询式文件预留,防止编辑冲突
02异步线程消息传递,支持收件箱/发件箱、抄送/密送和确认
03Git备份存档实现完整审计跟踪,SQLite索引实现快速搜索
04交互式16屏TUI和服务端渲染的Web UI,实时监控
05机器人CLI,支持结构化输出的非交互式智能体工作流
02
兼容性
Linux x86_64
Linux x86_64 版本
已通过文档验证
Linux aarch64
Linux aarch64 版本
已通过文档验证
macOS x86_64
macOS x86_64 版本
已通过文档验证
macOS Apple Silicon
macOS Apple Silicon 版本
已通过文档验证
Windows x86_64
Windows x86_64 版本
已通过文档验证
MCP-compatible agents
MCP兼容的智能体
已通过文档验证
03
快速开始
1
$ curl -fsSL "https://raw.githubusercontent.com/Dicklesworthstone/mcp_agent_mail_rust/main/install.sh?$(date +%s)" | bash
04
使用场景
↳多个AI编码智能体在保持同步的同时跨服务分担大型重构任务
↳前端和后端智能体团队通过联系系统和产品总线跨仓库协调
↳通过独占文件预留和预提交保护关键迁移
05
同类工具
相关搜索
评论
登录后发表评论
- FFinley Garcia2026年5月14日
34 tools covers the full agent-to-agent communication workflow
- EEmerson Jackson2026年4月18日
Git-backed archive for agent communication is an interesting reliability pattern
- JJustice Thompson2026年3月6日
SQLite integration for message persistence works well for the agent coordination use case
- SSutton Brown2026年3月1日
Rust implementation means multi-agent mail coordination at scale without memory overhead