Servers
Docker MCP Server
@GavinLucas
More than just a fully featured MCP server that lets AI agents manage Docker — containers, images, networks, volumes, swarm services, secrets, configs, nodes, plugins, etc., it helps you create workflows to easily manage your Docker environments.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"docker-mcp-server": {
"command": "uvx",
"args": [
"docker-mcp-server"
],
"env": {}
}
}
}