File-backed MCP server for coordinating multiple AI coding agents (Claude Code, Cursor, Cline, etc.) on the same machine.
| Tool name | Description | Destructive? |
|---|---|---|
| join | ✓ no | |
| register | ✓ no | |
| unregister | ✓ no | |
| quit | ✓ no | |
| status | ✓ no |
| heartbeat | ✓ no | |
| ping | ✓ no | |
| list_agents | ✓ no | |
| send_message | ✓ no | |
| send_command | ✓ no | |
| read_messages | ✓ no | |
| retrieve_room_history | ✓ no | |
| post_status | ✓ no | |
| prune⚠ | ⚠ yes | |
| wait_for_message | ✓ no | |
| list_rooms | ✓ no | |
| join_room | ✓ no | |
| leave_room | ✓ no | |
| set_room_topic | ✓ no | |
| set_room_motd | ✓ no | |
| rename_agent | ✓ no | |
| attach_agent | ✓ no | |
| detach_agent | ✓ no | |
| report_transport | ✓ no | |
| clear_transport | ✓ no | |
| doctor | ✓ no | |
| delete_room⚠ | ⚠ yes | |
| force_unregister | ✓ no |
{
"mcpServers": {
"agent-coord": {
"command": "npx",
"args": [
"-y",
"agent-coord-mcp"
]
}
}
}