
Docker MCP Server
Provides direct control over Docker operations through AI assistants, allowing you to manage containers, images, and other Docker resources without switching to command line.
192 viewsLocal (stdio)
What it does
- Create and run Docker containers
- Pull images from registries
- Start and stop containers
- View container logs and details
- List and manage Docker images
- Remove containers and cleanup resources
Best for
Developers automating Docker workflowsDevOps teams managing containerized applicationsLearning Docker through conversational interface
Full container lifecycle managementDirect Docker API integration
Tools (37)
list_containers
List all Docker containers
list_images
List Docker images
create_container
Create a new Docker container
run_container
Run a container (create and start). This is the preferred method for starting containers.
start_container
Start a stopped Docker container