MCP Server Docker TypeScript
by HelloDimension
A TypeScript implementation of the MCP server for Docker, enabling management of containers on multiple hosts. It supports remote connections via HTTP, HTTPS, and SSH.
Last updated: N/A
What is MCP Server Docker TypeScript?
This is a TypeScript implementation of the MCP (Multi-Container Platform) server designed for managing Docker containers across multiple hosts. It provides a centralized interface for interacting with Docker APIs.
How to use MCP Server Docker TypeScript?
Refer to the setup instructions and example prompts available in the 'docs' folder of the repository for detailed installation, configuration, and usage instructions. Once the server is running, you can use Claude with the MCP API to manage Docker containers across multiple hosts.
Key features of MCP Server Docker TypeScript
Manage Docker containers on multiple hosts
Support for HTTP, HTTPS, and SSH connections
TLS certificate support for secure Docker API access
Full TypeScript implementation
Zod schema validation for request parameters
Use cases of MCP Server Docker TypeScript
Centralized Docker container management
Remote Docker API access
Secure Docker container orchestration
Automated container deployment across multiple hosts
FAQ from MCP Server Docker TypeScript
What is MCP?
What is MCP?
MCP stands for Multi-Container Platform. It's a system for managing Docker containers.
What connection types are supported?
What connection types are supported?
The server supports HTTP, HTTPS, and SSH connections.
Where can I find setup instructions?
Where can I find setup instructions?
Setup instructions are located in the 'docs' folder.
Is TLS supported?
Is TLS supported?
Yes, TLS certificate support is included for secure Docker API access.
What language is the server written in?
What language is the server written in?
The server is written in TypeScript.