mcp-server-docker
450
The Docker MCP server allows users to manage Docker containers using natural language. It provides features to compose, introspect, and manage containers, volumes, networks, and images. Designed for server administrators, tinkerers, and AI enthusiasts, it expands the reach of LLM capabilities.
Command
"mcpServers": { "mcp-server-docker": { "command": "uvx", "args": [ "mcp-server-docker" ] } }
Command
"mcpServers": { "mcp-server-docker": { "command": "docker", "args": [ "run", "-i", "--rm", "-v", "/var/run/docker.sock:/var/run/docker.sock", "mcp-server-docker:latest" ] } }
Command
"mcpServers": { "mcp-server-docker": { "command": "uvx", "args": [ "mcp-server-docker" ], "env": { "DOCKER_HOST": "ssh://myusername@myhost.example.com" } } }