mcpskills.net
SkillsMCPsAgentsPrompts
mcpskills.net — A curated directory of AI agent Skills and MCP servers
TermsPrivacy
← Back to MCPs
DevOps

Docker

Official Docker MCP server for managing containers, images, networks, and volumes.

by DockerRepository →Source →
Installnpx -y @anthropic-ai/mcp-docker

The Docker MCP server enables AI agents to interact with Docker Hub and local Docker environments. Search images, manage containers, and orchestrate deployments through natural language.

Capabilities

  • Images — Search Docker Hub, pull, list, and manage images
  • Containers — Create, start, stop, remove, and inspect containers
  • Volumes — Manage persistent data volumes
  • Networks — Create and configure container networks
  • Compose — Generate and run Docker Compose configurations
  • Logs — Access container logs and output streams
  • Registry — Authenticate and interact with private registries

Usage

{
  "mcpServers": {
    "docker": {
      "command": "npx",
      "args": ["-y", "@anthropic-ai/mcp-docker"]
    }
  }
}

Requirements

  • Docker Engine running locally or accessible via TCP
  • Docker socket mounted or Docker context configured