QuantGeekDev/docker-mcp
by Various
A docker MCP Server (modelcontextprotocol)
MCP
QuantGeekDev/docker-mcp
Added 1 June 2026
Overview
A Python implementation of the Model Context Protocol (MCP) server for Docker. It enables AI agents to interact with Docker containers and resources via the MCP standard.
Best for
Best for
Developers building AI-powered Docker automation and tooling
Use cases
- Integrating Docker management with AI assistants
- Providing Docker context to MCP-compatible clients
- Automating container operations from AI models
How to use
Install
npx @smithery/cli install docker-mcp --client claude Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "docker-mcp": {\n "command": "uvx",\n "args": [\n "docker-mcp"\n ]\n }\n }\n} Notes
A Python implementation of the Model Context Protocol (MCP) server for Docker. It enables AI agents to interact with Docker containers and resources via the MCP standard.
480 stars on GitHub. Last updated 2024-12-14. Licensed MIT.
Use cases
- Integrating Docker management with AI assistants
- Providing Docker context to MCP-compatible clients
- Automating container operations from AI models
Pros
- Focused implementation specifically for Docker and MCP
- Built in Python for easy customization and extension
- Open source with 480 stars indicating community interest
Cons
- Limited to Docker operations only, not a general MCP server
- Requires MCP-compatible clients to be useful
- May not cover all Docker API features
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Focused implementation specifically for Docker and MCP
- Built in Python for easy customization and extension
- Open source with 480 stars indicating community interest
Cons
- Limited to Docker operations only, not a general MCP server
- Requires MCP-compatible clients to be useful
- May not cover all Docker API features
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.