rameshcreations/docker-mcp
If you are the rightful owner of docker-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This project implements a Model Context Protocol (MCP) server that provides Docker management capabilities through MCP tools, compatible with clients like Amazon Q and Claude Desktop.
Tools
Functions exposed to the LLM to take actions
list_containers
Lists all running and stopped containers
start_container
Starts a stopped container
stop_container
Stops a running container
restart_container
Restarts a container
get_logs
Fetches logs from a container
container_stats
Displays CPU, memory, and network stats
run_container
Runs a new container from an image (with optional ports)
delete_container
Deletes (removes) a container, with optional force flag
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client