Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DSH_MCP_CONFIGYesPath 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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/zkonikishi/codex-dsh-mcp'

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