Manage Docker containers on multiple hosts with this TypeScript-based server implementation.
Dimension is a TypeScript implementation of an MCP server designed for managing Docker containers across multiple hosts. It offers remote connection support and secure Docker API access through TLS certificate support. The server utilizes Zod schema validation for request parameters, ensuring data integrity and a robust API interaction.
Key Features
01Manage Docker containers on multiple hosts
02Support for HTTP, HTTPS, and SSH connections
03TLS certificate support for secure Docker API access
04Full TypeScript implementation
05Zod schema validation for request parameters
060 GitHub stars
Use Cases
01Manage Docker containers across multiple hosts using Claude with the MCP API.
02Securely manage Docker APIs with TLS certificate support.
03Validate request parameters using Zod schema validation.