codex-agent-bridge
Agent Bridge
Codex überwacht Claude Code und DeepSeek Harness. Bridge ruft selbst kein LLM auf.
Lass Codex der einzige Supervisor sein. Claude Code oder DeepSeek Harness führt die Umsetzung durch. Du prüfst, verifizierst und wendest in Codex an.
Ein Befehl
npx -y codex-agent-bridgeDann starte eine neue Codex-Runde. Du siehst die bridge_*-Tools.
Dieser Befehl: Installiert die Laufzeit in ~/.agent-bridge, schreibt Codex Skill und MCP (mit lokalem node.exe, nicht npx.cmd) und führt einmal doctor aus.
Zum Aktualisieren denselben Befehl erneut ausführen. Deinstallation:
npx -y codex-agent-bridge uninstall
npx -y codex-agent-bridge uninstall --purge--purge löscht ~/.agent-bridge.
Voraussetzungen
Erforderlich | Beschreibung |
Node.js 22+, Git | Zum Ausführen von Bridge |
Codex | Einziger Supervisor |
Claude Code oder DeepSeek Harness | Mindestens eines, das eigenständig angemeldet und arbeitsfähig ist |
Was wir nicht übernehmen
Wir installieren kein Claude Code / DeepSeek Harness
Wir ändern deren model / provider / reasoning effort nicht
Wir rufen kein LLM auf
Welcher Worker vorhanden ist, kann eingesetzt werden. Wenn keiner vorhanden ist, zeigt doctor dies an.
Related MCP server: cc-agent
Was es tut
Codex ──bridge_run──► Claude Code / DeepSeek Harness
▲ │
│ ReviewPacket │ 在独立 worktree 里改代码
│ verification │ 不得 commit / push / merge
└──── bridge_apply ◄──────┘Geschlossener Kreislauf:
bridge_run
→ WAITING_FOR_INPUT 时 bridge_respond
→ AWAITING_REVIEW + ReviewPacket
→ bridge_approve 任务分支 checkpoint,不是完成发布
→ bridge_apply cherry-pick 到当前分支,不是 mergeTurn-Ende ≠ Aufgabenabschluss. Diff erkennt nur baseCommit vs. worktree.
bridge_run wählt nur den Worker aus: claude oder deepseek (zum Debuggen replay / fake). Kein model / provider / effort übergeben.
Wenn DeepSeek Harness nicht im Standardpfad liegt, setze AGENT_BRIDGE_DEEPSEEK_ROOT.
Nutzungshinweise
Ziel muss ein eigenständiges Git-Repository sein. Jeder
bridge_*-Aufruf verwendet dasselbeproject. Das Aufgaben-UUID-Feld heißttask.Es kann nur einen Writer pro Projekt gleichzeitig geben. Ein zweiter Schreiber gibt
CORE_LOCK_HELDzurück.Nach Änderungen am MCP muss Codex neu gestartet werden; alte Sitzungen sehen die neuen Tools nicht.
Eine beschädigte
tasks.jsonführt zuTASK_STORE_CORRUPTEDund wird nicht als leerer Store behandelt.
Neue Version veröffentlichen
Lokales npm publish verlangt jedes Mal 2FA – das ist npm-Vorschrift und kann nicht wie git push passwortfrei gemacht werden.
Richtige Vorgehensweise: Version ändern → Tag setzen → pushen, GitHub Actions veröffentlicht mit Trusted Publishing auf npm, keine Passworteingabe mehr.
Einmalige Konfiguration (nur einmal nötig): codex-agent-bridge npm-Einstellungen öffnen → Trusted Publisher → GitHub Actions, eintragen:
Feld | Wert |
Organization or user |
|
Repository |
|
Workflow filename |
|
Allowed actions |
|
Danach jedes Mal:
# 先改 package.json 里的 version,提交
git tag v1.2.0
git push origin main --tagsEntwicklung aus dem Quellcode
npm install
npx tsx src/cli.ts setup --dev
npm test--dev lässt MCP auf das aktuelle Repository verweisen, nicht auf ~/.agent-bridge.
Dokumentation
Produkt-Roadmap | |
Codex-Anbindung | |
Warum npm, nicht EXE | |
Warum kein HTTP/GUI |
Das Repository-Verzeichnis heißt möglicherweise noch Agent Relay. Der Produktname ist Agent Bridge. Der npm-Paketname ist 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