π³ docker-mcp
@QuantGeekDev
About π³ docker-mcp
A docker MCP Server (modelcontextprotocol)
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"docker-mcp": {
"command": "uvx",
"args": [
"docker-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is π³ docker-mcp?
π³ docker-mcp is a Model Context Protocol (MCP) server that enables Claude AI to manage Docker containers and Docker Compose stacks directly from the Claude Desktop interface. It is designed for developers who want to control their Docker environment using natural language commands through Claude.
How to use π³ docker-mcp?
Add the server configuration to your Claude Desktop config file (MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%/Claude/claude_desktop_config.json) using the command uvx docker-mcp. Alternatively, install it automatically via Smithery with npx @smithery/cli install docker-mcp --client claude. Prerequisites include UV package manager, Python 3.12+, Docker Desktop or Docker Engine, and Claude Desktop.
Key features of π³ docker-mcp
- Container creation and instantiation (
create-container) - Docker Compose stack deployment (
deploy-compose) - Container logs retrieval (
get-logs) - Container listing and status monitoring (
list-containers)
Use cases of π³ docker-mcp
- Deploying a multi-service Docker Compose stack through a chat interface.
- Inspecting container logs to debug errors without leaving Claude.
- Creating and managing containers on-demand with natural language prompts.
- Listing all running containers and checking their status via conversation.
FAQ from π³ docker-mcp
What are the prerequisites for running π³ docker-mcp?
You need UV, Python 3.12+, Docker Desktop or Docker Engine, and Claude Desktop. The server is installed via uvx docker-mcp.
What are the current limitations of π³ docker-mcp?
The README lists several missing features: no built-in environment variable support, no volume or network management, no container health checks, no restart policies, and no resource limits.
How do I install π³ docker-mcp via Smithery?
Run npx @smithery/cli install docker-mcp --client claude in your terminal. This automatically configures the server for Claude Desktop.
What tools does π³ docker-mcp provide?
It offers four tools: create-container, deploy-compose, get-logs, and list-containers. Each tool accepts specific JSON parameters as shown in the README.
Does π³ docker-mcp support authentication?
No. The server connects to your local Docker daemon and does not include any authentication mechanism. It relies on the user's local Docker setup.
More Cloud & Infrastructure MCP servers
π Docker MCP server
ckreilingMCP server for Docker
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Comments