Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort the MCP endpoint listens on8787
DOCKHAND_URLYesBase URL of the Dockhand instance, e.g. http://dockhand:3000
MCP_AUTH_TOKENYesShared secret required by MCP clients calling this sidecar
MCP_ALLOWED_HOSTSNoComma-separated list of exact hostnames to allow via DNS-rebinding host-header validation. Unset by default — no host filtering is applied, and MCP_AUTH_TOKEN remains the primary access-control gate.
DOCKHAND_API_TOKENNoDockhand API token (create one in Dockhand under Profile → API tokens)
DOCKHAND_MCP_READONLYNoSet true to only register read/list/inspect toolsfalse
DOCKHAND_API_TOKEN_FILENoPath to a file/Docker secret containing the token
DOCKHAND_MCP_ENABLE_GITNoSet true to register git-backed stack toolsfalse
DOCKHAND_MCP_ENABLE_USERSNoSet true to register user and role toolsfalse
DOCKHAND_MCP_ENABLE_BACKUPSNoSet true to register backup config/snapshot toolsfalse
DOCKHAND_MCP_ENABLE_SCHEDULESNoSet true to register schedule toolsfalse
DOCKHAND_MCP_ENABLE_REGISTRIESNoSet true to register the registry listing toolfalse
DOCKHAND_MCP_ENABLE_VULNERABILITIESNoSet true to register vulnerability listing and scan toolsfalse

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/craibo/dockhand-mcp'

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