mcp_agent_mail
Installation
SKILL.md
MCP Agent Mail Skill
"Use mcp_agent_mail for ANY multi-agent coordination"
FastMCP-based communication system enabling conflict-free collaboration between AI agents through structured messaging, advisory file locks, and cross-repository event coordination.
Core Principle
When multiple agents work on the same codebase, explicit coordination prevents:
- Edit conflicts and merge disasters
- Duplicated work on same features
- Communication breakdowns
- Lost context during handoffs
- Race conditions on shared files
Agent Mail transforms implicit coordination into explicit, traceable protocols.