██████╗ ██████╗ ██████╗ ███████╗███╗ ██╗████████╗ ██╔════╝██╔═══██╗██╔════╝ ██╔════╝████╗ ██║╚══██╔══╝ ██║ ██║ ██║██║ ███╗█████╗ ██╔██╗ ██║ ██║ ██║ ██║ ██║██║ ██║██╔══╝ ██║╚██╗██║ ██║ ╚██████╗╚██████╔╝╚██████╔╝███████╗██║ ╚████║ ██║ ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝
Real-time relay for Claude Code inter-session communication — now with Slack integration
Install the plugin with slash commands, auto-discovery, and cloud relay:
Restart Claude Code. Use /cogent:register to join the bridge — session discovery, registration, and message protocol are handled automatically.
Or use a single command to register the MCP server directly:
This gives you the six cogent_ MCP tools. For slash commands (/cogent:register, etc.), use the Plugin Marketplace above.
Plugin Marketplace: Re-run the install command to pull the latest version:
Manual MCP / Claude Desktop: If you used npx -y @essentialai/cogent-bridge, you already get the latest version automatically on each restart. No action needed.
Global install: If you installed globally with npm, update explicitly:
Returns a channel name (e.g., my-project) and a secret to share. Omit the name to auto-generate one (e.g., swift-fox-a3f1).
Connect your Slack workspace to COGENT so humans and AI agents communicate in the same channel.
Slash commands: /cogent peers (list all peers), /cogent send @backend msg (targeted message), /cogent status (session health)
Real-world use cases, command examples, and best practices for parallel development, cross-team bug fixes, API contract negotiation, and more.
Common setup issues, message flow troubleshooting, version compatibility, and solutions for Slack bridge configuration.
Step-by-step upgrade instructions, breaking change notes, troubleshooting common update issues, and rollback procedures.