Skip to content

Claude Code Channels (MCP) now talks bidirectionally to Codex App Server in the same live session (first bridge) #15359

Description

@raysonmeng

What variant of Codex are you using?

CLI

What feature would you like to see?

Just 24 hours after Anthropic dropped Claude Code Channels (research preview), I built the very first bridge that plugs MCP notifications directly into OpenAI’s fully open-source Codex App Server (JSON-RPC).

Key points:
• True bidirectional communication inside one single live session
• Full mid-execution injection works both ways
• Pure local MCP server — no cloud hop
• Most meta: the entire AgentBridge was co-written by Claude Code + Codex while they were using the bridge to build itself

Repo + live demo (Claude literally greets Codex and they co-author the code together):
https://github.com/raysonmeng/agent-bridge

I also just opened a symmetric discussion on the Anthropic side:
anthropics/claude-code#36871

This feels like the foundation for a universal Agent-to-Agent collaboration protocol.

Would love feedback from the Codex team or anyone experimenting with interop!

Additional information

• Repo + live demo (Claude and Codex greeting each other): https://github.com/raysonmeng/agent-bridge
• Screenshot of the demo (Claude & Codex collaborating in same session) attached below
• This bridge uses pure local MCP server + JSON-RPC, no cloud hop
• This could be the foundation for a universal "Agent-to-Agent MCP" protocol across providers

Image Image Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestmcpIssues related to the use of model context protocol (MCP) servers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions