Skip to main content
Glama
abetoots

codex-app-mcp

by abetoots

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CODEX_BINNoPath to a specific codex binary. If not set, the server spawns 'codex' from PATH.

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
codexB

Runs a prompt against Codex over a long-lived codex app-server child, starting a new thread. Mirrors the removed codex mcp-server's codex tool (0.151.0 field set); profile is not supported (app-server has no equivalent) and compact-prompt is folded into developer-instructions.

codex-replyA

Continues an existing Codex thread started by codex (or a previous session) with a follow-up prompt. Mirrors the removed codex mcp-server's codex-reply tool; conversationId is accepted as a deprecated alias for threadId.

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 2 tools

Disambiguation5/5

The two tools have clearly distinct roles: codex starts a new thread, while codex-reply continues an existing thread using a threadId. There is no meaningful overlap or ambiguity between them.

Naming Consistency4/5

Both names share a consistent codex prefix and the -reply suffix clearly marks the continuation operation. The naming is not a strict verb_noun convention, but the pattern is predictable and understandable.

Tool Count3/5

With only two tools, the server feels minimal, but this is arguably appropriate for a narrow conversation-thread workflow. It falls into the borderline range where the count is thin but not unreasonable.

Completeness4/5

The server covers the core lifecycle of Codex interactions: starting a new thread and continuing an existing one. There are minor gaps such as no explicit session listing or cancellation, but agents can work around them using the returned thread IDs.

Maintenance

ActivityMaintained
ResponsivenessNo issues