π³ 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
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
π Docker MCP server
ckreilingMCP server for Docker
tfmcp: Terraform Model Context Protocol Tool
nwiizoπ Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Comments