DicklesworthstoneDicklesworthstoneCommunityยท1 Agent Skills Included

mcp_agent_mail

Email-style coordination layer that keeps multiple coding agents in sync

Gives coding agents shared identities, inboxes, threaded messages, and file reservations so parallel work never collides. Eliminates overwritten edits, lost context, and manual message relaying between tools like Claude Code, Codex, and Gemini CLI. Stores every message and lease in Git and SQLite for fast search and human-auditable history. Includes macros, a pre-commit guard, and a web UI to run multi-agent workflows with minimal supervision.
npx skills add Dicklesworthstone/mcp_agent_mail --all -g -y
Available:

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 Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’