codex-bridge

jieyun-yang/codex-bridge
★ 0 stars TypeScript 🤖 AI/LLM Updated today
MCP server + Claude Code skill for multi-round Claude↔Codex collaboration. Persistent threads, three modes (challenge/code-review/delegate).
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codex-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "jieyun-yang/codex-bridge"
      ]
    }
  }
}

README Excerpt

`codex-bridge` is a small toolkit for **Claude ↔ Codex collaboration** inside Claude Code. It is designed for teams who want Codex to help with more than code review: - plans - specs - architecture docs - designs - draft responses - scoped implementation tasks The project has two parts: 1. **`mcp/`** — a stdio MCP server that exposes Codex as narrow, agent-callable tools

Tools (2)

CODEX_BIN_PATHCODEX_DEFAULT_MODEL