Skip to main content
Glama
4714407
by 4714407

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CODEX_MODELNoModel ID to use. If unset, Codex default is used. Can be overridden per call via the model parameter.
CODEX_EXECUTABLENoPath to the Codex executable. If not set, the server searches for 'codex' in PATH (also .exe, .cmd, .bat on Windows).
CODEX_STATE_PATHNoPath to a local JSON file used as an atomic state index for task metadata (excluding prompts, replies, credentials).
CODEX_SANDBOX_MODENoSandbox mode for Codex. Defaults to 'read-only'. Set to 'workspace-write' to allow modifications within the workspace. Other values cause startup failure.
CODEX_ALLOWED_ROOTSNoSemicolon-separated list of directories or a JSON array string. Required when CODEX_SANDBOX_MODE is 'workspace-write'. Task cwd must be within this whitelist.
CODEX_APP_SERVER_URLNoWebSocket URL of an existing Codex app-server. If set, remote mode is used; otherwise local mode spawns a child process. wss:// required for remote hosts; ws:// only allowed for localhost, 127.0.0.1, or ::1.
CODEX_REMOTE_TOKEN_FILENoPath to a file containing the bearer token for remote WebSocket authentication. Mutually exclusive with CODEX_REMOTE_BEARER_TOKEN.
CODEX_REMOTE_BEARER_TOKENNoBearer token for remote WebSocket authentication. Mutually exclusive with CODEX_REMOTE_TOKEN_FILE.

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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources