dsh-docker-desktop-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | stdio bridge passthrough working directory | |
| env | No | stdio bridge passthrough environment variables, as a JSON object string | |
| command | No | Gateway executable (also used for profile discovery) | docker |
| profile | No | Row-config --profile (lowest precedence; see profile precedence rules) | default |
| extraArgs | No | Extra gateway args appended after --profile, as a JSON array string | [] |
| serverName | No | Tool namespace prefix (mcp__docker__…) | docker |
| reconnect.enabled | No | Auto-reconnect policy: enable/disable reconnection | true |
| toolCallTimeoutMs | No | Per tools/call timeout in milliseconds | 60000 |
| failOnStartupError | No | Abort activation when the initial connection fails | false |
| reconnect.maxDelay | No | Auto-reconnect policy: maximum delay in milliseconds | 30000 |
| reconnect.minDelay | No | Auto-reconnect policy: minimum delay in milliseconds | 500 |
| reconnect.maxRetries | No | Auto-reconnect policy: maximum retries | 10 |
| DSH_DOCKER_MCP_PROFILE | No | Environment variable read from the launch environment (inherited process env, then the invoking directory's .env, then $DSH_HOME/.env). Acts as the per-run default under the UI value. |
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 | |