codex-agent-bridge
Agent Bridge
Codex supervisa a Claude Code y DeepSeek Harness. Bridge no llama a LLM por sí mismo.
Deja que Codex sea el único supervisor. Claude Code o DeepSeek Harness se encargan de la implementación. Tú revisas, verificas y aplicas en Codex.
Un solo comando
npx -y codex-agent-bridgeLuego inicia una nueva ronda de Codex. Verás las herramientas bridge_*.
Este comando: instala el runtime en ~/.agent-bridge, escribe el Skill de Codex y el MCP (usando node.exe local, no npx.cmd), y ejecuta doctor una vez.
Para actualizar, vuelve a ejecutar el mismo comando. Para desinstalar:
npx -y codex-agent-bridge uninstall
npx -y codex-agent-bridge uninstall --purge--purge eliminará ~/.agent-bridge.
Requisitos previos
Obligatorio | Descripción |
Node.js 22+, Git | Para ejecutar Bridge |
Codex | Único Supervisor |
Claude Code o DeepSeek Harness | Al menos uno que pueda iniciar sesión y trabajar de forma independiente |
Lo que no hacemos
No instalamos Claude Code / DeepSeek Harness por ti
No modificamos su model / provider / reasoning effort
No llamamos a ningún LLM
Con qué Worker cuentes, ese se usará. Si no hay ninguno, doctor lo indicará.
Related MCP server: cc-agent
Qué hace
Codex ──bridge_run──► Claude Code / DeepSeek Harness
▲ │
│ ReviewPacket │ 在独立 worktree 里改代码
│ verification │ 不得 commit / push / merge
└──── bridge_apply ◄──────┘Ciclo cerrado:
bridge_run
→ WAITING_FOR_INPUT 时 bridge_respond
→ AWAITING_REVIEW + ReviewPacket
→ bridge_approve 任务分支 checkpoint,不是完成发布
→ bridge_apply cherry-pick 到当前分支,不是 mergeFin de Turn ≠ tarea completada. Diff solo reconoce baseCommit vs worktree.
bridge_run solo elige worker: claude o deepseek (en depuración se puede usar replay / fake). No pases model / provider / effort.
Si DeepSeek Harness no está en una ruta común, configura AGENT_BRIDGE_DEEPSEEK_ROOT.
Notas de uso
El objetivo debe ser un repositorio git independiente. Cada
bridge_*lleva el mismoproject. El nombre del campo UUID de la tarea estask.Solo puede haber un Writer a la vez para el mismo proyecto. Un segundo escritor devuelve
CORE_LOCK_HELD.Si modificas el MCP, debes reiniciar Codex; la sesión anterior no verá las nuevas herramientas.
Un
tasks.jsondañado generaráTASK_STORE_CORRUPTED, no se tratará como un almacén vacío.
Publicar una nueva versión
npm publish local siempre pedirá 2FA, es una regla de npm y no se puede hacer que funcione sin contraseña como git push.
La forma correcta es: cambiar versión → crear tag → hacer push, GitHub Actions usa Trusted Publishing para publicar en npm, sin necesidad de ingresar contraseña.
Configuración única (solo una vez): abre la configuración de npm de codex-agent-bridge → Trusted Publisher → GitHub Actions, completa:
Campo | Valor |
Organization or user |
|
Repository |
|
Workflow filename |
|
Allowed actions |
|
A partir de entonces, cada vez:
# 先改 package.json 里的 version,提交
git tag v1.2.0
git push origin main --tagsDesarrollo desde el código fuente
npm install
npx tsx src/cli.ts setup --dev
npm test--dev hace que el MCP apunte al repositorio actual, no a ~/.agent-bridge.
Documentación
Hoja de ruta del producto | |
Cómo integrar con Codex | |
Por qué npm y no EXE | |
Por qué no HTTP/GUI |
El directorio del repositorio puede seguir llamándose Agent Relay. El nombre del producto es Agent Bridge. El paquete npm es codex-agent-bridge.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceA local MCP server that lets Claude delegate scoped work to Codex with structured results and guardrails, supporting planning, code review, build, reverse engineering, and long-running background tasks.11MIT
- AlicenseAqualityBmaintenanceMCP server that spawns autonomous Claude Code agents in GitHub repos, enabling task delegation with persistent state, multi-step workflows, and job monitoring.471632Apache 2.0
- AlicenseNot gradedqualityBmaintenanceMCP server enabling Claude to consult Codex (GPT-5.x) mid-task for second opinions, plan/diff review, brainstorming, and codebase exploration via structured debates and permission-controlled interactions.2MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that lets ChatGPT or any MCP client securely delegate coding tasks to a local Claude Code instance, with git checkpointing, approval gates, and structured results. Supports code review, test running, and rollback via simple tool calls.16MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
An MCP server that gives your AI access to the source code and docs of all public github repos
A paid remote MCP for OpenAI Codex agent coordination MCP, built to return verdicts, receipts, usage
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JaylanJerry/codex-agent-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server