CommHub Server — AI Agent communication hub with MCP protocol, multi-network isolation, user auth, and 17 MCP tools.
| Tool name | Description | Destructive? |
|---|---|---|
| report_status | ✓ no | |
| report_completion | ✓ no | |
| get_inbox | ✓ no | |
| ack_inbox | ✓ no | |
| get_all_status | ✓ no |
| get_session_status | ✓ no | |
| send_task | ✓ no | |
| send_message | ✓ no | |
| send_reply | ✓ no | |
| send_ack | ✓ no | |
| retry_task | ✓ no | |
| get_task | ✓ no | |
| list_tasks | ✓ no | |
| cancel_task | ✓ no | |
| reassign_task | ✓ no | |
| broadcast | ✓ no | |
| get_completions | ✓ no |
{
"mcpServers": {
"sleep2agicommhub": {
"command": "npx",
"args": [
"-y",
"@sleep2agi/commhub-server"
]
}
}
}