TypeScript version of MCP server Docker with remote connection support
更新时间:2025-03-14 09:02:08
MCP Server Docker TypeScript is a TypeScript-based implementation of the MCP server, specifically designed to manage Docker containers across multiple hosts. It provides remote connection support, including HTTP, HTTPS, and SSH connections, with enhanced security through TLS certificate validation.
To use MCP Server Docker TypeScript, follow the setup instructions in the docs folder to install and configure the server. Once set up, you can interact with the MCP API to manage Docker containers on various hosts.
- What programming language is used for this project? The project is implemented in TypeScript. - How can I manage Docker containers with this server? You can use the MCP API once the server is running to manage your Docker containers. - Is there documentation available for setup and usage? Yes, detailed setup instructions and example prompts are available in the docs folder.