D

Docker MCP Server

Verified

Manage Docker containers, images, and compose stacks from AI agents.

open-source 76/100 DevOps & Infrastructure docker containers devops compose infrastructure

A Model Context Protocol server for Docker. Enables AI agents to manage Docker containers, images, volumes, networks, and Docker Compose stacks.

Supports listing and inspecting containers, pulling images, creating and managing compose stacks, and viewing container logs. Provides a safe interface for Docker operations.

Install

npx -y @docker/mcp-server-docker

MCP Client Config

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

Capabilities

Tools

list_containerscreate_containerrun_containerstop_containerlist_imagespull_imagecompose_upcompose_down

Compatible With

Claude Desktop Claude Code Cursor Windsurf

Metrics

3,200

GitHub Stars

15,000

Installs

2,200

Weekly

6

Open Issues