DevOps
Docker
Official Docker MCP server for managing containers, images, networks, and volumes.
Install
npx -y @anthropic-ai/mcp-dockerOfficial Docker MCP server for managing containers, images, networks, and volumes.
npx -y @anthropic-ai/mcp-dockerThe Docker MCP server enables AI agents to interact with Docker Hub and local Docker environments. Search images, manage containers, and orchestrate deployments through natural language.
{
"mcpServers": {
"docker": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-docker"]
}
}
}