QuantGeekDev/docker-mcp
A docker MCP Server (modelcontextprotocol)
Overview
QuantGeekDev/docker-mcp is a Python MCP server licensed under MIT. A docker MCP Server (modelcontextprotocol)
Ranked #11464 out of 25632 indexed tools.
Ecosystem
Python MIT
Signal Breakdown
Stars 454
Freshness 1y ago
Issue Health 0%
Contributors 2
Dependents 1
Forks 61
Description Brief
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# 🐳 docker-mcp
A powerful Model Context Protocol (MCP) server for Docker operations, enabling seamless container and compose stack management through Claude AI.
## ✨ Features
- 🚀 Container creation and instantiation
- 📦 Docker Compose stack deployment
- 🔍 Container logs retrieval
- 📊 Container listing and status monitoring
### 🎬 Demos
#### Deploying a Docker Compose Stack
https://github.com/user-attachments/assets/b5f6e40a-542b-4a39-ba12-7fdf803ee278
#### Analyzing Container Logs
https://github.com/user-attachments/assets/da386eea-2fab-4835-82ae-896de955d934
## 🚀 Quickstart
To try this in Claude Desktop app, add this to your claude config files:
```json
{
"mcpServers": {
"docker-mcp": {
"command": "uvx",
"args": [
"docker-mcp"
]
}
}
}
```
### Installing via Smithery
To install Docker MCP for Claude Desktop automatically via [Smithery](https://smithery.ai/protocol/docker-mcp):
```bash
npx @smithery/cli install docker-mcp --client Read full README on GitHub →
Are you the maintainer? Claim this listing