A paid remote coordination layer for teams running multiple OpenAI Codex agents that need to share state and track who did what. Exposes four tools: mail_read_thread and mail_post_update for async messaging between agents, file_lease_claim to prevent write collisions, and room_status_receipt for audit trails. Runs as a hosted service over streamable HTTP with bearer token auth, so there's nothing to deploy. You'd reach for this when you have several agents working on the same codebase and need verifiable receipts of what each one touched, or when compliance wants logs of every AI decision in your CI pipeline.
Hosted MCP for OpenAI Codex agent coordination MCP.
Agent Mail Rooms is a paid remote MCP endpoint for OpenAI Codex agent coordination MCP. It exposes structured JSON tools, a public server card, token-based access, usage receipts, and audit-ready workflow evidence for AI agents and coding teams.
com.clauxel.agentmailrooms/agentmailrooms-mcpThis is a paid hosted remote MCP. Production calls require a bearer token issued from the product website.
Authorization: Bearer <token>
Unauthenticated browser visits to /mcp return a clear JSON error instead of internal details.
mail_read_threadmail_post_updatefile_lease_claimroom_status_receiptThis repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent