mcp-server-docker
An MCP server for managing Docker with natural language.
This MCP server allows users to compose Docker containers using natural language commands, making it easier for non-technical users to manage their Docker environments. It also provides capabilities for introspecting and debugging running containers, ensuring that users can effectively monitor and troubleshoot their applications. Additionally, the server facilitates the management of persistent data through Docker volumes, allowing for seamless data handling across container instances.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-docker": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-docker"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions