claude-codex-mcp-bridge
Related Servers
Alternatives to claude-codex-mcp-bridge
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityBmaintenanceCodex Bridge MCP is a local MCP orchestration service for a stable Claude Code x Codex CLI development workflow.2-
- AlicenseAqualityBmaintenanceLocal MCP bridge that lets Codex operate local Claude Code sessions, including listing, starting, resuming, forking, prompting, and stopping conversations via the Remote Control CLI.14MIT
- AlicenseAqualityAmaintenanceBridges Claude Code and OpenAI Codex through MCP, allowing cross-harness querying, code review, explanation, and implementation delegation.66 npm1MIT
- AlicenseNot gradedqualityAmaintenanceAn unofficial bridge that lets Claude Code control local macOS applications through an existing OpenAI Computer Use installation by launching the signed Codex client and translating MCP compatibility.13 npm1MIT
- AlicenseNot gradedqualityFmaintenanceThe self-hosted MCP bridge between Claude Chat and Claude Code.46AGPL 3.0
- AlicenseBqualityDmaintenanceMCP server that enables Claude Code to delegate code generation and debugging to OpenAI Codex, with stall detection and auto-recovery.210 npmMIT
TDQS
Scored across 10 tools
Each tool serves a distinct purpose: messaging tools (send, inbox, ack, wait, thread) are clearly separated from orchestration tools (orchestrate_codex, continue_codex, orchestration_status) and discovery/registration (register, agents). Despite some semantic overlap between inbox and thread, their descriptions make the boundary clear.
All tools share the 'bridge_' prefix, which provides a strong visual pattern, but the suffix style is mixed: some are bare verbs (send, wait, ack), some are nouns (inbox, agents, thread), and some are verb_noun (continue_codex, orchestrate_codex). This is readable but not a consistent verb_noun convention.
10 tools is well within the ideal 3-15 range for a server of this scope. Each tool addresses a clear aspect of agent messaging or Codex orchestration without redundancy or bloat.
The tool surface covers the full coordination lifecycle: registration, discovery, messaging, blocking waits, acknowledgments, thread history, and orchestration state recovery. Minor gaps like an explicit cancel/abort for Codex sessions and a way to list saved sessions are absent but can be worked around with the provided status and continue tools.