Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CODEX_MCP_CMDNoPath to the codex executable, required only if codex is not on PATH.
CODEX_MCP_MODELNoOptional model ID to override the model for all agent-running tools.

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
codex_runB

Run the Codex agent non-interactively (codex exec) with common CLI controls.

codex_reviewB

Run a non-interactive Codex code review (codex exec review) against the current repository.

codex_resumeB

Resume a previous Codex session non-interactively (codex exec resume) and optionally send a new prompt.

codex_forkB

Fork a previous Codex session (codex exec fork) into a new session and optionally send a prompt.

codex_versionA

Return the installed Codex CLI version.

codex_login_statusB

Check Codex CLI authentication status (codex login status).

codex_doctorA

Run Codex's built-in diagnostics (codex doctor --json): install, auth, config, and connectivity health.

codex_helpB

Show Codex CLI help, optionally for a specific subcommand.

codex_rawA

Run the Codex CLI with an arbitrary argument array. Escape hatch for options not covered by the other tools. The server's model-override environment variable, if set, still applies.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 9 tools

Disambiguation4/5

Tools are mostly distinct: review, resume, run, and fork each target specific Codex execution modes, while version, login_status, doctor, help, and raw cover ancillary actions. There is slight overlap between run, resume, and fork, but descriptions clarify the differences effectively.

Naming Consistency4/5

All tools share the consistent codex_ prefix and snake_case naming. The second part is a mix of verbs (review, resume, run, fork) and nouns (version, login_status, doctor, help, raw), but the overall pattern is predictable and readable, with minor deviation from a strict verb_noun convention.

Tool Count5/5

With 9 tools, the set is well-scoped for a CLI wrapper server. It covers primary execution modes, status checks, diagnostics, help, and an escape hatch without unnecessary bloat. The count falls comfortably in the ideal 3-15 range.

Completeness4/5

The surface covers the main Codex workflows (run, review, resume, fork) and essential auxiliary actions (version, status, doctor, help). The codex_raw tool provides an arbitrary argument escape hatch, mitigating gaps for uncovered CLI options. Minor omissions like explicit auth configuration are not critical due to raw access.

Maintenance

ActivityMaintained
ResponsivenessNo issues