acomm channels --interactive guides you through creating and managing channels.
# Create a channel
acomm create my-store channel "task-queue"
# Send a message
acomm send my-store "task-queue" "Build the frontend"
# Receive messages
acomm receive my-store "task-queue"
# Subscribe to a channel
acomm subscribe my-store "task-queue" "worker-1"
# Search messages
acomm search my-store "frontend"Once connected via MCP, your LLM client gains access to 17 communication tools:
comm_channel_create/comm_channel_list/comm_channel_deletecomm_send/comm_receive/comm_peekcomm_subscribe/comm_unsubscribe/comm_subscriptionscomm_search/comm_historycomm_broadcast/comm_pollcomm_store_info/comm_store_create/comm_healthconversation_log
See the MCP Tools Reference for full parameter details.