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 | 프로세스 단위 동의 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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 | |
TDQS
Scored across 8 tools
Tools have largely distinct purposes, with only minor overlap between the diagnostic tool and individual status tools, but descriptions clarify the differences.
All tools share the 'claude_codex_' prefix, but the suffix pattern varies inconsistently between verb_noun, noun_noun, and single-word formats.
8 tools is well-scoped for managing Claude Code authentication, chat, and diagnostics; each tool serves a clear need.
Covers core read and diagnostic operations but lacks write tools for granting consent or updating credentials, leaving some workflow dead ends.