Skip to main content
Glama
cexll
by cexll

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
ask-codexC

Execute Codex CLI with file analysis (@syntax), model selection, and safety controls. Supports changeMode.

batch-codexB

Delegate multiple atomic tasks to Codex for batch processing. Ideal for repetitive operations, mass refactoring, and automated code transformations

pingC

Echo

HelpC

receive help information

versionA

Display version and system information

brainstormC

Generate creative ideas using structured frameworks with domain context and feasibility analysis.

fetch-chunkA

Retrieves cached chunks from a changeMode response. Use this to get subsequent chunks after receiving a partial changeMode response.

timeout-testA

Test timeout prevention by running for a specified duration

Prompts

Interactive templates invoked by user choice

NameDescription
ask-codexExecute Codex CLI with optional changeMode
batch-codexExecute multiple atomic Codex tasks in batch mode for efficient automation
pingEcho test message with structured response.
Helpreceive help information
versionGet version information for Codex CLI and MCP server
brainstormCreate structured brainstorming with chosen methodology and analysis
fetch-chunkFetch the next chunk of a response
timeout-testTest the timeout prevention system by running a long operation

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.7/5.0

Scored across 8 tools

Disambiguation3/5

Most tools have distinct purposes, but there is some overlap and ambiguity. For example, 'ask-codex' and 'batch-codex' both involve executing Codex CLI operations, which could cause confusion about when to use each. However, descriptions help clarify that 'batch-codex' is for multiple tasks, while 'ask-codex' is more general. Tools like 'brainstorm' and 'fetch-chunk' are clearly distinct, but the set includes basic utilities like 'ping' and 'Help' that don't align well with the code-focused domain.

Naming Consistency2/5

Naming conventions are inconsistent and chaotic with no discernible pattern. There is a mix of styles: 'ask-codex' and 'batch-codex' use hyphenated names, 'brainstorm' and 'fetch-chunk' are single words or hyphenated, 'Help' starts with a capital letter, and 'ping', 'timeout-test', and 'version' use different formats. This lack of consistency makes the tool set harder to navigate and predict.

Tool Count3/5

With 8 tools, the count is borderline but reasonable for the apparent scope of a Codex MCP server. However, the inclusion of basic utilities like 'ping', 'Help', and 'timeout-test' alongside core code tools feels slightly over-scoped, as these utilities don't directly contribute to the main purpose. It's not extreme, but the mix reduces focus.

Completeness3/5

The tool surface has notable gaps in coverage for the Codex domain. Core operations like code execution and batch processing are covered by 'ask-codex' and 'batch-codex', but there are missing operations such as code review, error handling, or integration with version control. Tools like 'brainstorm' and 'fetch-chunk' add niche functions, but the set lacks a cohesive lifecycle for code tasks, which could lead to agent workarounds.

Maintenance

ActivityInactive
ResponsivenessResponsive