π³ docker-mcp
@QuantGeekDev
About π³ docker-mcp
A docker MCP Server (modelcontextprotocol)
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.
Frequently asked questions
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.
Basic information
More Cloud & Infrastructure MCP servers
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
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
MCP Gateway
mcp-ecosystemπ§© MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
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