codex-in-claude
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODEX_IN_CLAUDE_MODEL | No | Codex model override | |
| CODEX_IN_CLAUDE_JOB_TTL | No | seconds a finished job record is kept (min 60) | 86400 |
| CODEX_IN_CLAUDE_ISOLATION | No | inherit | ignore-config | ignore-rules | inherit |
| CODEX_IN_CLAUDE_STATE_DIR | No | disk-backed background-job records | $XDG_CACHE_HOME/codex-in-claude/jobs or ~/.cache/codex-in-claude/jobs |
| CODEX_IN_CLAUDE_JOB_MAX_COUNT | No | retained jobs per workspace (clamped 1-1000) | 50 |
| CODEX_IN_CLAUDE_JOB_MAX_SECONDS | No | background-job wall-clock cap (clamped 60-7200) | 1800 |
| CODEX_IN_CLAUDE_MAX_INPUT_BYTES | No | cap on prompt/diff bytes | 200000 |
| CODEX_IN_CLAUDE_TIMEOUT_SECONDS | No | per-call timeout (clamped 10-600) | 180 |
| CODEX_IN_CLAUDE_SUPPORTED_VERSIONS | No | comma-separated codex major.minor versions to treat as supported | |
| CODEX_IN_CLAUDE_GIT_TIMEOUT_SECONDS | No | git command timeout | 60 |
| CODEX_IN_CLAUDE_MAX_DELEGATE_DIFF_BYTES | No | cap on the inline diff a delegate run returns | 200000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
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/briandconnelly/codex-in-claude'
If you have feedback or need assistance with the MCP directory API, please join our Discord server