mcp_agent_mail
Email-style coordination layer that keeps multiple coding agents in sync
Sets strict safety rules for the AI agent, forbidding file deletion or destructive git commands without explicit permission, and defines how to register identities, reserve files, and exchange messages through the Agent Mail tools.
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install MCP Agent Mail?โผ
Run `npx skills add Dicklesworthstone/mcp_agent_mail --all -g -y` in your terminal to install the full skill suite globally.
How do I stop multiple AI agents from overwriting each other?โผ
Agents reserve files or folders as advisory leases before editing, so other agents see the intent and pick non-conflicting work. An optional pre-commit guard blocks commits that clash with active exclusive reservations.
Which AI coding tools work with Agent Mail?โผ
It runs as a standard MCP server, so it works with Claude Code, Codex, Gemini CLI, Factory Droid, and any other FastMCP-compatible client.
Can agents coordinate across different repositories?โผ
Yes. Either register both repos under one shared project key, or use contact requests to link agents across separate projects and message them directly with a shared thread ID.
Can I read and search agent messages as a human?โผ
Yes. A built-in web UI at localhost port 8765 shows a unified inbox, full-text search, thread viewer, and file reservations, and lets you send high-priority messages directly to agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core