Skip to main content
Glama
4dhxm

codex-mcp-server

by 4dhxm

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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