Docker MCP Server for Claude Desktop
io.github.hypnosis/docker-mcp-server
Docker for AI agents — containers, compose stacks, logs and databases, locally or over SSH.
client:Claude Desktop
transport:stdio
runtime:npm
Install Docker MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"docker-mcp-server": {
"command": "npx",
"args": [
"-y",
"@hypnosis/docker-mcp-server"
],
"env": {
"DOCKER_MCP_PROFILES_FILE": "<DOCKER_MCP_PROFILES_FILE>",
"DOCKER_PROFILES": "<DOCKER_PROFILES>",
"DOCKER_MCP_ALLOW_SSH_FALLBACK": "<DOCKER_MCP_ALLOW_SSH_FALLBACK>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs