dockhand-readonly-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOCKHAND_URL | No | The base URL of the Dockhand API. | |
| DOCKHAND_ALLOW_HTTP | No | Set to 'true' to allow unencrypted HTTP for DOCKHAND_URL (only in trusted private networks). | false |
| DOCKHAND_TOKEN_FILE | No | Path to the file containing the Dockhand API token. | |
| MCP_BEARER_TOKEN_FILE | No | Path to the file containing the MCP bearer token for HTTP authentication. Required for the authenticated Streamable HTTP transport. |
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| dockhand_healthA | Checks whether the configured Dockhand service is reachable and healthy. |
| list_environmentsA | Lists safe summaries of Docker environments known to Dockhand. Connection URLs and credentials are omitted. |
| list_containersA | Lists container identity, image, runtime health, ports, metrics, and network membership. Secrets, labels, mounts, logs, and commands are omitted. |
| get_container_summaryA | Gets a sanitized summary for one container ID returned by list_containers. It never returns environment variables, labels, mounts, logs, commands, or raw inspect data. |
| list_networksA | Lists network driver, internal flag, IPAM ranges, and sanitized container membership. Labels and driver options are omitted. |
| get_network_summaryA | Gets a sanitized summary for one network ID returned by list_networks. |
| list_stacksA | Lists stack names, states, types, and resource counts. Compose files, repository URLs, paths, and secrets are omitted. |
| get_runtime_overviewA | Returns aggregate container, health, network-isolation, and stack-state counts for routine monitoring. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |