Docker is a Cloud Platforms MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent container management and Docker operations. Install in 1 minute with mcpizy install docker.
Cloud Platforms
Container management and Docker operations
Official homepagemcpizy install dockernpx -y @docker/mcp-serverlist_containersList running containers
Inputs
allbooleanoptionalstart_containerStart a stopped container
Inputs
container_idstringrequiredstop_containerStop a running container
Inputs
container_idstringrequiredget_logsFetch logs from a container
Inputs
container_idstringrequiredtailnumberoptionallist_imagesList local Docker images
pull_imagePull an image from a registry
Inputs
imagestringrequiredexec_commandRun a command inside a container
Inputs
container_idstringrequiredcommandstring[]requiredWorks identically across clients. Only the config file path differs.
~/.claude.json{
"mcpServers": {
"docker": {
"command": "uvx",
"args": [
"docker-mcp"
]
}
}
}.cursor/mcp.json{
"mcpServers": {
"docker": {
"command": "uvx",
"args": [
"docker-mcp"
]
}
}
}~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"docker": {
"command": "uvx",
"args": [
"docker-mcp"
]
}
}
}Make sure Docker Desktop is installed and the daemon is running
Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.
“List every running container and its image”
Uses: list_containers
“Show me the last 100 log lines from my `postgres` container”
Uses: list_containers, get_logs
“Pull the latest `redis:7-alpine` image”
Uses: pull_image
“Stop the container named `old-api`”
Uses: list_containers, stop_container
If Docker doesn't fit your stack, these Cloud Platforms MCP servers solve similar problems.
The Docker MCP server is an Cloud Platforms Model Context Protocol server that lets Claude Code, Cursor, Windsurf, VS Code with Copilot, and other MCP-compatible AI agents container management and Docker operations. It exposes Docker's capabilities as tools the AI can call directly from your editor or CLI.
The fastest way is the MCPizy CLI: run `mcpizy install docker` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `npx -y @docker/mcp-server` and restarting Claude Code.
Yes. The Docker MCP server is free and open source (see the GitHub repository linked on this page). You may still need a Docker account or API key to connect the server to the underlying service, but the MCP layer itself has no MCPizy subscription cost.
Yes. Any MCP-compatible client works — including Claude Code, Claude Desktop, Cursor (via `.cursor/mcp.json`), Windsurf, VS Code with Copilot Chat, and custom agents built on the MCP SDK. The same install command targets all of them; only the config file path differs.
Once installed, your AI agent can container management and Docker operations directly inside your conversation. Typical use cases include asking Claude Code or Cursor to run Docker operations, inspect results, chain Docker with other MCP servers (see our Workflow Recipes), and automate repetitive cloud platforms tasks without leaving your editor.