Manage Docker containers and images. List, start, stop containers, view logs, and inspect container configurations.
MCP (Model Context Protocol) servers extend Claude's capabilities with external tools and data sources. They provide access to databases, APIs, file systems, and more. Configure MCP servers in .mcp.json or add them via `claude mcp add` command.
Option 1 - CLI Command: claude mcp add docker -- npx -y mcp-server-docker Option 2 - Add to .mcp.json Requirements: - Docker daemon must be running - User must have Docker socket access Features: - List and manage containers - View container logs - Inspect images and networks
{
"mcpServers": {
"docker": {
"command": "npx",
"args": ["-y", "mcp-server-docker"]
}
}
}Manage Cloudflare resources including Workers, KV stores, R2 buckets, and DNS settings directly through Claude.