codex-mcp-agent
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool targets a distinct activity: general execution, repository research, and code review. No overlap in purpose.
All tools follow a consistent 'codex_verb' pattern (execute, research, review), making them predictable and easy to distinguish.
Three tools is well-scoped for a focused Codex-based agent, covering key functionalities without bloat.
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.