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. SQLite-backed for full auditability with optional web UI for human oversight.
# Clone and run locally
git clone https://github.com/Dicklesworthstone/mcp_agent_mail
cd mcp_agent_mail
pip install -e .
# Or install via pip
pip install mcp-agent-mailAdd 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.20K+ lines of Go, shipped in a single day. Terminal UI for Steve Yegge's Beads system with graph analytics for agent task management.
21K+ lines of Rust. 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.