Docker Gateway is an MCP (Model Context Protocol) server designed to bridge AI agents, such as Claude Code, with Docker operations. It runs as a containerized FastAPI application, secured behind an Nginx reverse proxy, accepting authenticated SSE connections. This tool translates MCP tool calls into native Docker API operations, enabling AI agents to remotely manage containers, images, networks, volumes, and execute Docker Compose commands on a host. It emphasizes controlled, auditable access over a single HTTPS endpoint secured with a Bearer token, making it suitable for integrating robust Docker capabilities into AI-driven workflows while highlighting critical security considerations for safe deployment.
주요 기능
010 GitHub stars
02Configurable security features including IP whitelisting and Bearer token authentication
03Docker Volume Creation and Removal
04Integration with Docker Compose for project management
05Docker Image and Network Management
06Comprehensive Docker Container Management (start, stop, logs, exec)
사용 사례
01Integrating Docker capabilities into AI agent workflows (e.g., Claude Code)
02Granting AI agents controlled, auditable access to Docker on a remote host
03Automating Docker operations like container deployment and management through AI