Connection check
local install
docker
MCP server for Docker — manage containers, images, volumes, and compose services from your IDE
Tools
10
GitHub stars
2
Installs / wk
276
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
10 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
container_logs
from source
Get logs from a Docker container. Get logs from a Docker container.
container_stats
from source
Get CPU, memory, and network stats for a running Docker container. Get CPU, memory, and network stats for a running Docker container.
exec_command
from source
Execute a command inside a running Docker container. Execute a command inside a running Docker container.
list_containers
from source
List Docker containers. Set all=true to include stopped containers. List Docker containers. Set all=true to include stopped containers.
list_images
from source
List Docker images on the host. List Docker images on the host.
remove_container
from source
Remove a Docker container. Use force=true to remove running containers. Remove a Docker container. Use force=true to remove running containers.
remove_image
from source
Remove a Docker image. Use force=true to force removal. Remove a Docker image. Use force=true to force removal.
restart_container
from source
Restart a Docker container. Restart a Docker container.
start_container
from source
Start a stopped Docker container. Start a stopped Docker container.
stop_container
from source