Home › Cloud & Monitoring › Docker MCP Server
Docker MCP Server
Manage Docker (containers, images, Compose, Swarm, registries) via the Docker SDK and CLI.
Topics: Cloud Platforms
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 2.2.6)
uvx docker-mcp-server
Or add to your MCP client config:
{
"mcpServers": {
"docker-mcp": {
"command": "uvx",
"args": [
"docker-mcp-server"
]
}
}
}
Package (oci)
docker run -i --rm ghcr.io/l337-org/docker-mcp-server:2.2.6
Or add to your MCP client config:
{
"mcpServers": {
"docker-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/l337-org/docker-mcp-server:2.2.6"
]
}
}
}
Package (mcpb)
Package: mcpb https://github.com/L337-org/docker-mcp/releases/download/v2.2.6/docker-mcp-server-2.2.6.mcpb
This repository has 2 servers listed in the Official MCP Registry.
Other names: io.github.GavinLucas/docker-mcp-server
Related servers
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
kubernetes-mcp-server
A Model Context Protocol (MCP) server for Kubernetes and OpenShift
mcp-server-kubernetes
/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services.
Terraform
Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry