mcpservers.md

Docker MCP

Docker MCP server — manage containers, images, volumes, and networks through natural language AI interaction.

TRUSTED · Official

"List all my running Docker containers with their status and exposed ports"

Easy Setup

API key or simple config

Light usage
  • You're managing local development containers and want faster control
  • You're debugging a containerized app and want AI to read the logs
  • You're cleaning up stale images, volumes, or containers after a project
  • You want to inspect container state without memorizing docker commands
  • You use Podman, containerd, or Kubernetes directly (use kubernetes-mcp for k8s)
  • You need to give AI permission to run arbitrary containers on production hosts
  • You're building multi-stage production deployments — use dedicated CI/CD tooling
1

Local Environment Cleanup

Free up disk space by removing stopped containers, dangling images, and unused volumes.

"List all stopped containers, dangling images, and unused volumes — then remove them"

2

Container Debugging

Inspect a running container's logs, environment, and state through conversation.

"Show me the last 200 lines of logs for the 'api' container and tell me if there are any errors"

3

Quick Container Ops

Start, stop, or restart specific containers from conversation.

"Restart the postgres container and tail its logs until it's ready to accept connections"

Imagine telling your AI: 'Stop all running containers and clean up dangling images' or 'Show me the logs for the redis container' — and it manages Docker for you. This server connects your AI to Docker so it can list, start, stop, and inspect containers, images, volumes, and networks through conversation.

The Docker MCP server provides AI assistants with control over Docker environments. List and manage containers, pull and inspect images, manage volumes and networks, view logs, and execute commands inside containers — all through conversation.

Highly useful for DevOps workflows, local development, and infrastructure management with AI assistance.

GitHub 3.6kUpdated Feb 15, 2025Apache-2.0
Claude Cursor Cline
#docker#containers#devops#infrastructure#official