mcp_agent_mail

mcp_agent_mail

An asynchronous coordination layer for AI coding agents, featuring identity, inbox, searchable threads, and file leases.

MCPDevOpen source
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

Multi-agent collaborative developmentAvoiding code conflictsSharing contextual informationCoordinating file access

Setup

Requires: API KeyNode 环境
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