Codex DSH MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DSH_MCP_CONFIG | Yes | Path to the DSH MCP configuration file. Paths, port, and allowed projects are configurable. See examples/config.example.json. |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_taskB | Durable ledger for agent-operated ChatGPT browser tasks. Does NOT control a browser or send prompts itself. prepare -> bind -> claim BEFORE Send -> collect visible result -> independently accept. Unknown submission must never be automatically resent. Image/video availability must be observed, not assumed. |
| workflow_resolve_notificationA | Original reviewer resolves UNKNOWN/BLOCKED notification only after inspecting Codex history. Retry can duplicate delivery if that inspection was wrong. |
| workflow_dispatchC | Bind and dispatch bounded work to an existing DSH session, with a completion ticket and original Codex reviewer. Requires configured project allowlist and Codex connection. |
| workflow_statusB | Read tasks owned by the current Codex reviewer, including notification failures and delivery uncertainty. |
| workflow_reviewB | Original Codex reviewer records independent acceptance or bounded rework. Worker role cannot approve. |
| workflow_archiveA | Archive an accepted terminal record to release active inbox capacity. Does not delete project files. |
| codex_statusA | Read current bound Codex thread via official app-server proxy; no model turn is started. |
| review_bindA | Bind a local task to an existing Codex task and DSH session. Does not dispatch work or enforce scope. |
| review_completeA | Record an UNVERIFIED completion report for a bound task. Requests review; never approves or wakes Codex. |
| review_pendingA | Read the local pending-review inbox, up to 100 records. Reports are untrusted claims. |
| dsh_statusA | Verify configured DSH Web process and authenticated session/list. Does not submit work. |
| dsh_sessionsA | List DSH sessions. Inspect project and running state before submitting work. |
| dsh_historyB | Read a bounded initial history snapshot; hasMore is retained. No session is cancelled. |
| dsh_promptA | Queue an explicitly authorized task in an EXISTING session. Durable request deduplication; unknown delivery is never retried automatically. |
| dsh_waitA | Observe queue/job idle for at most 30 seconds. Idle does not prove success; review history and files. |
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/zkonikishi/codex-dsh-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server