Skip to content

Docker

Free

by Indie Developer

Manage Docker containers, images, volumes, and networks from your AI assistant.

v0.8.1Added Jan 8, 2025
dockercontainersdevops
Works with:ClaudeGPTGeminiCopilot

Docker MCP Server

Manage Docker containers, images, volumes, and networks from your AI assistant.

Features

  • Container Lifecycle
  • Image Management
  • Log Streaming
  • Docker Compose
  • Networks & Volumes

Installation

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

Reviews

Leave a Review

Installation

Quick install
npx -y mcp-docker
Add to claude_desktop_config.json
{
  "mcpServers": {
    "docker": {
      "command": "npx",
      "args": ["-y", "mcp-docker"]
    }
  }
}