DSH → Codex Delegate MCP
by Raylen-berry
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODEX_BINARY | Yes | Path to a real codex executable (an .exe; on Windows a .cmd shim fails a shell-less stdio spawn). | |
| CODEX_BRIDGE_REV | No | Bump this value to force the stdio child to respawn and pick up new code after editing server.mjs. | |
| CODEX_DELEGATE_ROOT | No | The root directory the bridge accepts for read access. Defaults to the directory where dsh was started if not set. Pinned to one root for the bridge's whole lifetime. | |
| CODEX_DELEGATE_WRITE_ROOT | No | Optional narrower root for write access. When set, a write call whose workspace is outside it is refused before spawning. | |
| CODEX_DELEGATE_ALLOW_WRITE | No | Master switch for write mode. Set to 'true' to allow workspace-write; default is 'false' (write disabled). |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues