mcp_agent_mail_rust
Rust MCP server for multi-agent coordination: 34 tools, Git-backed archive, SQLite indexing, advisory file locks, and an interactive TUI console
Agent Mail is a mail-like coordination layer for AI coding agents, exposed as an MCP server with 37 tools and 25 resources. It features a Git-backed archive, SQLite indexing, an interactive 16-screen TUI, a server-rendered web UI, and an agent-first robot CLI. It prevents conflicts through advisory file reservations and enables asynchronous threaded messaging among agents.
Features
Compatibility
Quick start
Use cases
Alternatives
Related searches
Comments
- FFinley GarciaMay 14, 2026
34 tools covers the full agent-to-agent communication workflow
- EEmerson JacksonApr 18, 2026
Git-backed archive for agent communication is an interesting reliability pattern
- JJustice ThompsonMar 6, 2026
SQLite integration for message persistence works well for the agent coordination use case
- SSutton BrownMar 1, 2026
Rust implementation means multi-agent mail coordination at scale without memory overhead