MCP Directory
Back

mcp_agent_mail

by Dicklesworthstone · Python · ★ 2,009

Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite

#ai-agents#coordination#fastmcp#mcp#python

Install

pip install git+https://github.com/Dicklesworthstone/mcp_agent_mail.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-agent-mail": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Dicklesworthstone/mcp_agent_mail.git"
      ]
    }
  }
}

From the README

> "It's like gmail for your coding agents!" A mail-like coordination layer for coding agents, exposed as an HTTP-only FastMCP server. It gives agents memorable identities, an inbox/outbox, searchable message history, and voluntary file reservation "leases" to avoid stepping on each other. Think of it as asynchronous email + directory + change-intent signaling for your agents, backed by Git (for human-auditable artifacts) and SQLite (for indexing and queries). Status: Under active development. The design is captured in detail in (start with the original prompt at the top of that file). Mod…
Read full README on GitHub →

Related databases servers