mcp-server-docker

ckreiling/mcp-server-docker
★ 687 stars Python ⚙️ DevOps Updated 1mo ago
MCP server for Docker
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install mcp-server-docker

README Excerpt

An MCP server for managing Docker with natural language! - 🚀 Compose containers with natural language - 🔍 Introspect & debug running containers - 📀 Manage persistent data with Docker volumes - Server administrators: connect to remote Docker engines for e.g. managing a public-facing website. - Tinkerers: run containers locally and experiment with open-source apps

Tools (15)

build_imagecreate_containercreate_networkcreate_volumefetch_container_logslist_containerslist_imageslist_networkslist_volumespull_imagepush_imagerecreate_containerrun_containerstart_containerstop_container