chatgpt-claude-bridge
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@chatgpt-claude-bridgeclaim my pending task and open a PR with the fix"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ChatGPT ↔ Claude Code bridge
Einfalt v1 workflow þar sem GitHub geymir verkefni og kóðabreytingar en MCP sér um staðbundna röð, stöðu og skilaboð.
User → ChatGPT → task/issue → Claude Code → branch/commit/PR → result → ChatGPT review → user
User → Claude Code → task/issue → ChatGPT/Codex → branch/commit/PR → result → Claude Code review → userHlutverk
GitHub er source of truth: Issues geyma verkefnalýsingu og samþykktarskilyrði. Verkefnarepo geymir branch, commit og pull request. PR og
results/geyma niðurstöðu.MCP er flutningslag: Verkfærin
create_task,get_task,list_tasks,claim_task,complete_task,add_messageogget_messageshalda utan um staðbundna vinnuröð.Þetta repo geymir protocol og MCP-þjóninn. Kóðavinna fer fram í því project-repo sem task vísar á.
Related MCP server: ai-coord-mcp
Uppsetning
Kröfur: Python 3.10+, mcp Python pakkinn, GitHub CLI (gh) og Claude Code.
python -m pip install "mcp>=2,<3"
claude mcp add chatgpt-claude-bridge --scope user -- python "<absolute-repo-path>/plugins/chatgpt-claude-bridge/server.py"
claude mcp get chatgpt-claude-bridgeUser scope og sjálfgefna ~/.chatgpt-claude state-mappan eru viljandi: Claude Code og ChatGPT/Codex vinna í mörgum project-repo-um en þurfa alltaf að sjá sömu task-röðina. Ekki bæta við project-scoped þjónustu með sama nafni eða stilla annan CHATGPT_CLAUDE_STATE_DIR; það getur myndað aðra state-skrá.
Notkun
Upphafsaðili býr til GitHub Issue í réttu repo-i og kallar
create_taskmeðrequested_byogassigned_to.Móttakandi finnur sín
pendingtask meðlist_tasks(assigned_to=...)og kallarclaim_task.Móttakandi les issue, vinnur á nýjum branch í
project_repo, prófar breytinguna og opnar PR.Móttakandi kallar
complete_taskmeð branch, commit SHA, PR-slóð og stuttri niðurstöðu.Upphafsaðili reviewar PR og notar
add_messageef lagfæringa er þörf.Eftir samþykki notanda er PR sameinað samkvæmt reglum verkefnareposins.
Venjuleg gildi eru chatgpt → claude-code. Fyrir öfuga leið notar Claude Code requested_by="claude-code" og assigned_to="chatgpt-codex".
Nánari samningur er í config/protocol.md. MCP-staðan er sjálfgefið geymd í ~/.chatgpt-claude/bridge.sqlite3 svo Claude Code og ChatGPT/Codex sjái sömu röðina. Hún fer ekki í Git.
Möppur
tasks/— handoff-sniðmát og sýnidæmi; GitHub Issues eru lifandi task-skráin.results/— varanlegar niðurstöðusamantektir þegar þeirra er þörf.config/— protocol og staðbundin runtime-staða.plugins/chatgpt-claude-bridge/— MCP-þjónn og Codex/ChatGPT plugin manifest.
Upphaflegi textinn var: „Þetta er upphafið af einhverju stórkostlegu“.
This server cannot be deployed
Maintenance
Related MCP Connectors
- ParleyOAuthdev.weldra
Coordination hub for AI coding agents: message teammates, ask humans, audit every event.
- AxisOAuthdev.useaxis
Coding agents from Claude Code, Cursor and Codex claim jobs and lock files on one shared board.
Shared control plane for AI coding agents — tasks, memory, decisions, file locks. 12 tools.
AI work orchestration for plans, tasks, teams, and coding-agent dispatch.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceCoordinates parallel AI coding agents by providing task ownership, scoped file locks, handoffs, and verification workflows.MIT
- AlicenseAqualityBmaintenanceA shared coordination layer for multiple AI coding assistants, exposing a persistent task queue, per-task message threads, and progress tracking via JSON files on disk.16MIT
- AlicenseNot gradedqualityBmaintenanceEnables multiple AI coding agents to collaborate on the same Git repository without conflicts through isolated worktrees, file locking, automated test verification, and a serialized merge queue.16MIT
- AlicenseNot gradedqualityAmaintenanceEnables coordinating Claude Code and Codex across separate Git worktrees with shared issue ownership, file reservations, messages, and explicit handoffs.MIT