mcp-server-docker
0
The MCP Server Docker project provides a server that interfaces with Docker, allowing for seamless integration and operations with Docker daemons. It is designed to work with Claude Desktop and requires Docker to be installed.
MCP Server Docker
MCP Server that can connect to docker
Usage with Claude Desktop
{
"mcpServers": {
"docker": {
"command": "npx",
"args": ["mcp-server-docker"]
}
}
}
The server will automatically connect to your current docker daemon. Make sure you have docker installed and running