dockhand-mcp
by craibo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port the MCP endpoint listens on | 8787 |
| DOCKHAND_URL | Yes | Base URL of the Dockhand instance, e.g. http://dockhand:3000 | |
| MCP_AUTH_TOKEN | Yes | Shared secret required by MCP clients calling this sidecar | |
| MCP_ALLOWED_HOSTS | No | Comma-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_TOKEN | No | Dockhand API token (create one in Dockhand under Profile → API tokens) | |
| DOCKHAND_MCP_READONLY | No | Set true to only register read/list/inspect tools | false |
| DOCKHAND_API_TOKEN_FILE | No | Path to a file/Docker secret containing the token | |
| DOCKHAND_MCP_ENABLE_GIT | No | Set true to register git-backed stack tools | false |
| DOCKHAND_MCP_ENABLE_USERS | No | Set true to register user and role tools | false |
| DOCKHAND_MCP_ENABLE_BACKUPS | No | Set true to register backup config/snapshot tools | false |
| DOCKHAND_MCP_ENABLE_SCHEDULES | No | Set true to register schedule tools | false |
| DOCKHAND_MCP_ENABLE_REGISTRIES | No | Set true to register the registry listing tool | false |
| DOCKHAND_MCP_ENABLE_VULNERABILITIES | No | Set true to register vulnerability listing and scan tools | false |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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