claude-codex
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANTHROPIC_API_KEY | No | Anthropic API 키 (권장) | |
| ANTHROPIC_BASE_URL | No | 기본 https://api.anthropic.com | https://api.anthropic.com |
| CLAUDE_CODEX_MODEL | No | 기본 모델 오버라이드 | |
| CLAUDE_CODEX_AUTH_MODE | No | API 키 강제: api_key | |
| CLAUDE_CODEX_CONFIG_DIR | No | 설정 디렉터리 오버라이드 | |
| CLAUDE_CODEX_USER_CONSENT | No | 프로세스 단위 동의 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| claude_codex_consent_statusA | Read explicit-consent state. Cannot grant consent. |
| claude_codex_provider_statusB | Check credentials and readiness without exposing secrets. |
| claude_codex_chatC | Chat via Anthropic Messages. Prefers Claude subscription OAuth (Claude Code login) with plan-lane fingerprint; falls back to API key. |
| claude_codex_list_modelsC | List curated (and optionally live) models. |
| claude_codex_login_statusA | Claude Code / subscription OAuth credential status (no secrets). |
| claude_codex_login_refreshB | Refresh Claude Code OAuth access token using stored refresh token. |
| claude_codex_mirror_keychainB | macOS: copy Claude Code Keychain credentials into ~/.claude/.credentials.json. |
| claude_codex_doctorB | Quick local diagnosis: consent, credentials, default model. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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