claude-codex
Click on "Install 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., "@claude-codexchat with claude about machine learning"
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.
Claude Codex
버전 0.2.0 · OpenAI Codex Desktop / GUI용 플러그인 + MCP stdio leaf.
Anthropic Claude를 Codex에서 직접 호출합니다. 멀티 프로바이더 오케스트레이션의 실행부(leaf)로 쓰도록 설계했습니다.
비공식 프로젝트. Claude / Anthropic 상표는 Anthropic 소유입니다.
Hermes 플러그인이 아닙니다. hermes-agent에서 Messages API 변환 아이디어만 참고했습니다. 대응표: docs/SOURCE_MAP.md
빠른 시작
# 마켓플레이스 등록
codex plugin marketplace add "/path/to/Claude Codex"
codex plugin add claude-codex@claude-codex
# 동의
python3 scripts/claude_codex_consent.py grant --i-understand-and-consent
# API 키
export ANTHROPIC_API_KEY=sk-ant-...
# 진단
python3 scripts/claude_codex_doctor.pyRelated MCP server: SwiftOpenAI MCP Server
구독 로그인 (Claude Max/Pro)
기본 인증은 Claude Code 구독 OAuth입니다 (API key 아님).
claude auth login --claudeai
# macOS Keychain → 파일 미러 (권장)
python3 scripts/claude_codex_login.py mirror-keychain
python3 scripts/claude_codex_consent.py grant --i-understand-and-consent
python3 scripts/claude_codex_login.py status구독 할당량(plan lane)을 쓰려면 hermes-claude-auth와 동일한 Claude Code 요청 핑거프린트가 OAuth 요청에 자동 적용됩니다 (Meapri/hermes-claude-auth).
API 키 강제: CLAUDE_CODEX_AUTH_MODE=api_key
MCP 도구
Tool | 역할 |
| 동의 상태 |
| API 키 준비 여부 (시크릿 없음) |
| Messages API 채팅 |
| 모델 목록 |
| 로컬 진단 |
환경 변수
변수 | 의미 |
| Anthropic API 키 (권장) |
| 기본 |
| 프로세스 단위 동의 |
| 기본 모델 오버라이드 |
| 설정 디렉터리 오버라이드 |
개발
python3 -m venv .venv
.venv/bin/pip install -e '.[dev]'
.venv/bin/pytest라이선스
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/Meapri/claude-codex'
If you have feedback or need assistance with the MCP directory API, please join our Discord server