Skip to main content
Glama
tmustier

codex-computer-use-mcp

by tmustier

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CODEX_COMPUTER_USE_HOMENoOverride the default state directory (~/.codex-computer-use-mcp) with a custom path.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_appsA

List the apps on this computer. Returns the set of apps that are currently running, as well as any that have been used in the last 14 days, including details on usage frequency

get_app_stateA

Start an app use session if needed, then get the state of the app's key window and return a screenshot and accessibility tree. This must be called once per assistant turn before interacting with the app

clickB

Click an element by index or pixel coordinates from screenshot

perform_secondary_actionC

Invoke a secondary accessibility action exposed by an element

set_valueB

Set the value of a settable accessibility element

select_textA

Select text inside a text element, or place the text cursor before or after it. Provide text exactly as it appears in the accessibility tree, including any Markdown formatting. If the text is not unique, provide surrounding prefix or suffix text to disambiguate it.

scrollB

Scroll an element in a direction by a number of pages

dragC

Drag from one point to another using pixel coordinates

press_keyA

Press a key or key-combination on the keyboard, including modifier and navigation keys.

  • This supports xdotool's key syntax.

  • Examples: "a", "Return", "Tab", "super+c", "Up", "KP_0" (for the numpad 0 key).

type_textA

Type literal text using keyboard input

computer_use_statusA

Show direct-call architecture, durable no-permissions policy, signed broker status, supported methods, and private audit path.

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/tmustier/codex-computer-use-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server