Docker
Freeby Indie Developer
Manage Docker containers, images, volumes, and networks from your AI assistant.
v0.8.1Added Jan 8, 2025
dockercontainersdevops
Docker MCP Server
Manage Docker containers, images, volumes, and networks from your AI assistant.
Features
- Container Lifecycle
- Image Management
- Log Streaming
- Docker Compose
- Networks & Volumes
Installation
{
"mcpServers": {
"docker-mcp": {
"command": "npx",
"args": ["-y", "mcp-docker"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-docker
Add to claude_desktop_config.json
{
"mcpServers": {
"docker": {
"command": "npx",
"args": ["-y", "mcp-docker"]
}
}
}