Skip to main content
Glama
cgfm

dockhand-readonly-mcp

by cgfm

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DOCKHAND_URLNoThe base URL of the Dockhand API.
DOCKHAND_ALLOW_HTTPNoSet to 'true' to allow unencrypted HTTP for DOCKHAND_URL (only in trusted private networks).false
DOCKHAND_TOKEN_FILENoPath to the file containing the Dockhand API token.
MCP_BEARER_TOKEN_FILENoPath to the file containing the MCP bearer token for HTTP authentication. Required for the authenticated Streamable HTTP transport.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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/cgfm/dockhand_readonly_mcp'

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