codex-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| codex_taskC | Run an autonomous coding task in a new Codex thread and return the final response. |
| codex_runC | Alias for codex_task. Runs a task in a new Codex thread. |
| codex_start_threadC | Start a new conversation thread session with the Codex agent. |
| codex_run_turnC | Run a follow-up turn or send a new prompt in an existing Codex thread. |
| codex_continueC | Alias for codex_run_turn. Continue an existing conversation thread. |
| codex_continue_threadC | Alias for codex_run_turn. Continue a thread with a follow-up message. |
| codex_list_threadsB | List historical and active Codex threads querying local session caches. |
| codex_get_threadA | Get metadata and full conversation history for a specific Codex thread. |
| codex_fork_threadB | Fork an existing thread into a new thread by cloning its session history. |
| codex_archive_threadB | Archive an active conversation thread. |
| codex_unarchive_threadB | Unarchive a previously archived conversation thread. |
| codex_interrupt_turnB | Interrupt and abort the running turn or command on an active thread. |
| codex_interruptC | Alias for codex_interrupt_turn. Interrupt a running turn on an active thread. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/4dhxm/codex-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server