Skip to main content
Glama
1WorldCapture

codex-mcp-agent

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
codex_executeD

Execute prompt using codex for general purpose.

codex_reviewC

Execute code review using codex with pre-defined review prompts.

codex_researchA

Produce an analysis report around a topic using the repository code.

    Args:
        system_prompt: High-level system guidance for the research process.
        work_dir: Repository/workspace directory to analyze.
        topic: Investigation topic or question to answer.
    

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct activity: general execution, repository research, and code review. No overlap in purpose.

Naming Consistency5/5

All tools follow a consistent 'codex_verb' pattern (execute, research, review), making them predictable and easy to distinguish.

Tool Count5/5

Three tools is well-scoped for a focused Codex-based agent, covering key functionalities without bloat.

Completeness4/5

The tools cover general execution, research, and code review, but could benefit from additional tools like code generation or explanation to fully round out the domain.

Maintenance

ActivityInactive
ResponsivenessNo issues