Cloud Infrastructure
Verified
Trust: 54/100 (Fair)Docker MCP Guide
Manage Docker containers, images, and compose stacks. Start, stop, and inspect running containers.
423 stars 16,700 downloadsby Docker
Quick Start
Install
npx @mcp/dockerClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"docker-mcp": {
"command": "npx",
"args": [
"@mcp/docker"
]
}
}
}What Docker MCP Can Do
manage_containers
Start, stop, and inspect containers
manage_images
Pull, build, and list images
Permissions Required
Docker MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
docker.read | Inspect Docker state | low |
docker.write | Manage containers and images | high |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Partial |