codex-from-chatgpt
by joseanu
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | The host address the server binds to. Default is 127.0.0.1 (loopback only). | 127.0.0.1 |
| PORT | No | The port the server listens on. Default is 8787. | 8787 |
| CODEX_BIN | No | Local codex binary path or name. Defaults to 'codex'. | codex |
| CODEX_AGENT_MODEL | No | Optional local model override. If unset, Codex uses its own local configuration. | |
| CODEX_RPC_TIMEOUT_MS | No | Generic RPC timeout in milliseconds. Defaults to 30000. | 30000 |
| CODEX_WORKSPACE_ROOT | No | Adminstrative root for workspaces. Must be an existing absolute path. Defaults to ~/workspace. | ~/workspace |
| CODEX_AGENT_STATE_FILE | No | Optional path to the state JSON file for job persistence. | |
| CODEX_AGENT_ALLOWED_HOSTS | No | Comma-separated extra hostnames accepted in the Host header on /mcp. Needed if the tunnel forwards its own Host instead of the loopback upstream. | |
| CODEX_SHUTDOWN_TIMEOUT_MS | No | Graceful shutdown wait time in milliseconds. Defaults to 2000. | 2000 |
| CODEX_AGENT_REASONING_EFFORT | No | Optional local reasoning effort override. If unset, Codex uses its own local configuration. | |
| CODEX_AGENT_ALLOW_NON_LOOPBACK | No | Set to '1' to permit non-loopback binds. Only enable with equivalent external protection (e.g., a tunnel). | 0 |
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
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 | |
This server cannot be deployed
Maintenance
ActivitySlowing
ResponsivenessNo issues