codex-computer-use-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODEX_COMPUTER_USE_HOME | No | Override the default state directory (~/.codex-computer-use-mcp) with a custom path. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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.
|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/tmustier/codex-computer-use-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server