MCP Agent Mail is an asynchronous coordination service for teams of AI coding agents working on the same software. It gives each agent a persistent identity, inbox, outbox, searchable history, and threaded Markdown conversations. Agents can send decisions, status updates, images, and attachments without relying on a human to relay context between parallel sessions. Advisory file reservations let an agent declare intended edits to files or patterns, reducing accidental overlap without enforcing rigid locks. Git stores human-auditable communication artifacts, while SQLite supports indexing, search, and operational queries. The HTTP-only FastMCP server works with clients such as Claude Code, Codex, Gemini CLI, and other MCP-compatible tools. Additional capabilities include acknowledgments, project directories, product-wide communication, build slots, deployment helpers, and integration with dependency-aware task tracking.
Features
- Persistent identities and agent directories
- Inbox, outbox, and threaded conversations
- Searchable Markdown message history
- Advisory file and pattern reservations
- Git-backed auditing with SQLite indexing
- Product-wide messaging and build coordination