diegofornalha/docker-mcp-py
If you are the rightful owner of docker-mcp-py and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Docker MCP allows you to manage Docker containers directly through Claude using the Model Context Protocol (MCP).
Tools
Functions exposed to the LLM to take actions
create-container
Creates a new Docker container.
list-containers
Lists all Docker containers.
stop-container
Stops a running Docker container.
start-container
Starts a stopped Docker container.
remove-container
Removes a Docker container.
get-logs
Retrieves logs from a Docker container.
get-container-stats
Gets statistics for a Docker container.
list-images
Lists all Docker images.
pull-image
Pulls a Docker image from a repository.
remove-image
Removes a Docker image.
list-volumes
Lists all Docker volumes.
remove-volume
Removes a Docker volume.
deploy-compose
Deploys a Docker Compose application.
compose-down
Tears down a Docker Compose application.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client