mcp_agent_mail
An asynchronous coordination layer for AI coding agents, featuring identity, inbox, searchable threads, and file leases.
- Type
- MCP
- Transport
- http
- Open source
- Yes
- GitHub Stars
- ★ 2.0k
- Source
- mcp-github
Overview
mcp_agent_mail is an email-like coordination layer designed for coding agents. It provides persistent identity, inbox/outbox, searchable message history, and voluntary file leases via FastMCP + Git + SQLite to prevent conflicts between agents. This tool enables multiple coding agents running simultaneously in modern projects to register identities, send/receive messages, search and summarize conversations, and claim file leases. Ideal for codebase coordination using FastMCP clients and CLI tools such as Claude Code, Codex, etc.
Capabilities
- ▪Register persistent identity
- ▪Send/receive Markdown messages
- ▪Search and summarize conversations
- ▪Claim file leases
- ▪View active agent directory
Use cases
Setup
curl -fsSL "https://raw.githubusercontent.com/Dicklesworthstone/mcp_agent_mail/main/scripts/install.sh?$(date +%s)" | bash -s -- --yes
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How to install mcp_agent_mail?
Install with the provided curl command in one click.
Which agent tools does mcp_agent_mail support?
Supports FastMCP clients such as Claude Code, Codex, Gemini CLI, etc.
Is mcp_agent_mail open source?
Yes, the project is open source on GitHub.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.