QuantGeekDev/docker-mcp
A docker MCP Server (modelcontextprotocol)
Platform-specific configuration:
{
"mcpServers": {
"docker-mcp": {
"command": "npx",
"args": [
"-y",
"docker-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.python.org/downloads/release/python-3120/) [](https://opensource.org/licenses/MIT) [](https://github.com/psf/black) [](https://smithery.ai/protocol/docker-mcp)
A powerful Model Context Protocol (MCP) server for Docker operations, enabling seamless container and compose stack management through Claude AI.
https://github.com/user-attachments/assets/b5f6e40a-542b-4a39-ba12-7fdf803ee278
https://github.com/user-attachments/assets/da386eea-2fab-4835-82ae-896de955d934
To try this in Claude Desktop app, add this to your claude config files:
{
"mcpServers": {
"docker-mcp": {
"command": "uvx",
"args": [
"docker-mcp"
]
}
}
}To install Docker MCP for Claude Desktop automatically via Smithery:
npx @smithery/cli install docker-mcp --client claudeAdd 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
<details> <summary>💻 Development Configuration</summary>
{
"mcpServers": {
"docker-mcp": {
"command": "uv",
"args": [
"--directory"Loading reviews...