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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/joseanu/codex-from-chatgpt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server