codex-bridge

Empathos/codex-bridge
★ 1 stars JavaScript AI/LLM Updated today
Universal MCP control bridge for Codex — lets Claude Code, OpenClaw, and other agents drive Codex app-server, exec, and accounts.
View on GitHub → 🔍 Audit Wallet Slippage →

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",
        "Empathos/codex-bridge"
      ]
    }
  }
}

README Excerpt

Codex Bridge is a local control bridge for agent workbenches. It uses documented Codex interfaces to start, steer, observe, and coordinate work without treating structured runtime control as screen automation. Agent orchestrators need a stable way to drive coding workbenches, inspect events, and retain artifacts. UI automation can help with visual tasks, but it

Tools (1)

PATH