ckreiling/mcp-server-docker
Integrate with Docker to manage containers, images, volumes, and networks.
Quick Start
Clone the repository:
git clone https://github.com/ckreiling/mcp-server-dockerClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-docker": {
"command": "npx",
"args": [
"-y",
"ckreiling/mcp-server-docker"
]
}
}
}Check the repository README for specific installation and configuration instructions.