MCP Server for Dockhand Docker Management - exposes 130+ API endpoints as MCP tools
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-dockhand": {
"command": "npx",
"args": [
"-y",
"strausmann/mcp-dockhand"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-dockhand npx -y strausmann/mcp-dockhand
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-dockhand": {
"command": "npx",
"args": [
"-y",
"strausmann/mcp-dockhand"
]
}
}
}
📋 Copy
README Excerpt
An MCP (Model Context Protocol) server that exposes **130+ Dockhand API endpoints** as MCP tools. Manage your entire Docker infrastructure through AI assistants. - **130+ MCP Tools** covering all Dockhand API endpoints - **Streamable HTTP Transport** (MCP Spec 2025-03-26) for Docker container hosting
Tools (20)
DOCKHAND_PASSWORD DOCKHAND_URL DOCKHAND_USERNAME LOG_LEVEL MCP_MAX_SESSIONS MCP_PORT MCP_SESSION_CLEANUP_INTERVAL_SECONDS MCP_SESSION_TTL_SECONDS activate_license adopt_stack batch_update_containers browse_volume check_container_updates chmod_container_file clone_volume connect_container_to_network create_container create_container_file create_environment create_environment_notification
Topics
docker docker-management dockhand mcp mcp-server model-context-protocol typescript