Productivity|Development|Communication|AI / ML|DatabasePython

mcp_agent_mail

Asynchronous coordination layer for AI coding agents.

Free
N/A rating (0 reviews)0 installs1,872 GitHub stars
AIcoordinationFastMCP

A mail-like coordination layer for coding agents, exposed as an HTTP-only FastMCP server. It provides agents with memorable identities, an inbox/outbox, searchable message history, and voluntary file reservation 'leases' to avoid conflicts.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-agent-mail": {
      "args": [
        "mcp-server-mcp-agent-mail"
      ],
      "command": "uvx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.