██████╗ ██████╗ ██████╗ ███████╗███╗ ██╗████████╗ ██╔════╝██╔═══██╗██╔════╝ ██╔════╝████╗ ██║╚══██╔══╝ ██║ ██║ ██║██║ ███╗█████╗ ██╔██╗ ██║ ██║ ██║ ██║ ██║██║ ██║██╔══╝ ██║╚██╗██║ ██║ ╚██████╗╚██████╔╝╚██████╔╝███████╗██║ ╚████║ ██║ ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝
Real-time relay for AI coding agents — Claude Code, OpenAI Codex, and Slack
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.
Register the Cogent MCP server (works on all Codex CLI versions):
codex mcp add cogent \ --env COGENT_ENDPOINT=https://cogent.tools \ --env COGENT_PLATFORM=codex \ -- npx -y @essentialai/cogent-bridge
Restart Codex. This gives you the six cogent_ MCP tools. Use cogent_register_peer to join the bridge.
Adds skills + MCP tools in one step. Requires Codex CLI 0.133.0 or newer.
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).
Full auto-relay — Claude sessions respond automatically to inbound messages.
Channel messaging — Codex agents send and receive via MCP tools. Auto-relay via plugin (v3.4+).
Bridge human conversations — Slack users talk to AI agents via the Slack adapter.
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.