Skip to main content
Developer ToolsPython

ckreiling/mcp-server-docker

Integrate with Docker to manage containers, images, volumes, and networks.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ckreiling/mcp-server-docker

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
ckreiling