Claude Code Bridge
Claude Code Bridge
Claude Code Bridge는 로컬에서 실행되는 권한 인식 MCP 서버이자 Codex 플러그인으로, Codex가 코딩 및 저장소 작업을 설치된 Claude Code CLI에 위임할 수 있게 해줍니다. 명시적 모델 및 effort 선택, inspect/write 액세스, 재개 가능한 세션, 계정이 지원하는 경우 기존 클라우드 Code 세션에 연결, 그리고 지속성 있는 동기식 또는 비동기식 작업을 지원합니다.
브리지 자체는 전적으로 사용자의 컴퓨터에서 실행됩니다. MCP 서비스를 호스팅하지 않으며, Noodle Cloud로 데이터를 보내지 않고, Claude.ai 웹사이트를 자동화하지 않으며, 일반 Claude.ai 채팅에 대한 액세스를 제공하지 않습니다. Claude Code는 여전히 Anthropic 또는 사용자가 구성한 공급자와 통신합니다. 프롬프트, Claude가 읽는 저장소 콘텐츠, 도구 상호작용, 세션 메타데이터 및 생성된 출력은 해당 공급자의 약관 및 계정 설정에 따라 사용자의 컴퓨터를 떠날 수 있습니다.
[!IMPORTANT] 이 프로젝트는 독립적이고 비공식적인 오픈소스 프로젝트입니다. OpenAI 또는 Anthropic과 제휴, 보증, 후원 관계가 아닙니다. Codex, GPT, Claude 및 Claude Code는 각각 해당 소유자의 상표입니다.
주요 기능
상태 점검(health), 작업 실행, 상태 조회, 페이지별 결과, 계속(continuation), 취소, 브리지 데이터 삭제를 위한 7가지 특화된 MCP 도구.
inspect액세스는 기본적으로Read,Glob,Grep및 plan 권한을 포함합니다.write는 Claude Code의acceptEdits권한 모드를 사용하며 권한 시스템을 절대 우회하지 않습니다.명시적 모델 별칭 또는 전체 Claude 모델 ID와
low부터max까지의 effort 수준을 지원합니다.새 로컬 세션, 명시적으로 재개된 세션, 명시적으로 클라우드에 연결된 세션을 지원하며, 안전하지 않은 “가장 최근 세션 계속” 작업은 절대 수행하지 않습니다. 연결 전에 Claude Code에서 클라우드 세션을 대화형으로 생성하세요.
비공개 로컬 상태, 2개 작업 동시 실행, 32 MiB 원시 출력 제한, 시간 초과, 취소, 고아 작업 복구 및 7일간의 터미널 상태 작업 보존.
macOS, Linux 및 WSL2용 자체 포함 Node.js 번들.
Related MCP server: claude-code
요구 사항
Node.js 20.19 이상
Claude Code CLI 2.1.0 이상(설치 및 인증 필요)
macOS, Linux 또는 WSL2(v0.1.x에서는 네이티브 Windows를 지원하지 않음)
write 모드 작업을 위한 Git worktree
설치
Git 기반 마켓플레이스를 추가하고 플러그인을 설치하세요:
codex plugin marketplace add https://github.com/Cyruskraad/codex-claude-mcp
codex plugin add codex-claude-mcp@codex-claude-bridge설치 후 새 Codex 작업을 시작한 다음 Codex에게 claude_health를 실행하도록 요청하세요. 릴리스 ZIP 및 일반 stdio 설치 옵션은 설치 문서를 참조하세요.
예제
Codex에게 요청하세요:
Claude Code Bridge를 사용하여
/absolute/path/to/repo에서 동시성 버그를 검사하세요. Sonnet을 높은 effort로 사용하세요. 파일을 수정하지 마세요.
Codex는 먼저 상태 점검을 수행한 다음 access: "inspect"로 claude_task를 호출해야 합니다. 더 긴 작업의 경우 claude_job_status를 폴링하고 claude_job_result를 페이지 단위로 조회할 수 있습니다.
문서
개발
프로덕션 런타임은 src/에서 작성되어 플러그인의 dist/ 디렉터리로 번들됩니다. Noodle Seed는 로컬 작성 검증을 위해서만 유지됩니다. 링크, 배포, 호스팅 구성 또는 디렉터리 제출은 이 프로젝트의 일부가 아닙니다.
npm ci
npm run typecheck
npm run lint
npm run test:coverage
npm run validate:all테스트 및 릴리스 워크플로는 기여를 참조하세요.
라이선스
MIT © 2026 Cyruskraad.
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
- AlicenseCqualityFmaintenanceConnects AI assistants like Claude to the Codex CLI for code analysis, editing, and execution. Supports file references with @ syntax, sandboxed code execution with approval workflows, and structured code changes for automated refactoring and documentation.8188178MIT
- AlicenseNot gradedqualityBmaintenanceEnables Codex to delegate tasks to Claude Code, allowing Claude to investigate, edit, and verify changes in the repository with background job management.2MIT
- AlicenseAqualityDmaintenanceEnables Claude Code to delegate tasks to OpenAI's Codex CLI (GPT-5.4) with structured execution traces, parallel execution, session persistence, and adversarial code review.15MIT
- AlicenseNot gradedqualityBmaintenanceEnables Codex to delegate tasks to interactive Claude Code sessions as role-controlled subagents for exploration, code review, and implementation, using the existing Claude Code installation on macOS.MIT
Related MCP Connectors
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
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/Cyruskraad/codex-claude-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server