Docker MCP Server

A powerful MCP server for managing Docker containers, images, volumes, and networks with natural language.

Categories
Managing & Observability
Self-Hosted
Python
DevOps & Platforms
Our Take

A must-have tool for developers. This server gives an AI agent a comprehensive interface to the Docker daemon. Its most powerful feature is the `docker_compose` prompt, which allows an agent to plan and apply complex multi-container deployments from a simple natural language description. The ability to connect to a remote Docker daemon via SSH makes it incredibly versatile.

Quick Start
// Add the server to your client config using uvx
{
"mcpServers": {
  "mcp-server-docker": {
    "command": "uvx",
    "args": ["mcp-server-docker"]
  }
}
}

Related Tools