Loading...
Loading...
Oss
Gmail for your coding agents. A coordination layer with messaging, file leases, and audit trails.
A complete coordination system for multi-agent workflows. Agents register identities, send/receive GitHub-flavored Markdown messages, search conversation history, and declare advisory file reservations to prevent edit conflicts. Git-backed for full auditability with optional web UI for human oversight.
# Install via npm
npx @anthropic/mcp-agent-mail
# Or clone and run locally
git clone https://github.com/Dicklesworthstone/mcp_agent_mail
cd mcp_agent_mail
bun install
bun run startAdd to your Claude Code MCP settings:
{
"mcpServers": {
"agent-mail": {
"command": "npx",
"args": ["@anthropic/mcp-agent-mail"]
}
}
}
Agents can then register, send messages, and coordinate work through the MCP tools.Terminal UI for Steve Yegge's Beads system with graph analytics for agent task management.
Unified TUI for searching local history across Claude Code, Codex, Cursor, Gemini, and more.
Multi-agent tmux orchestration. Spawn and coordinate Claude Code, Codex, and Gemini agents.
Explore the source code, documentation, and contribute to the project.