Docker MCP Server

Community
Developer Tools
stdio

Let AI agents list, inspect, start, stop, and manage Docker containers. Also supports image management, volume operations, and Docker Compose integration for containerized development workflows.

Quick Install

$ npx -y mcp-server-docker

Configuration by Client

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

Need a different client? Use the Config Generator for Windsurf, Cline, Antigravity, and more.

Available Tools (6)

list_containersstart_containerstop_containerinspect_containerlist_imagesrun_container