サーバー
MCP Server Docker TypeScript
@HelloDimension
TypeScript version of MCP server Docker with remote connection support
概要
What is MCP Server Docker TypeScript?
MCP Server Docker TypeScript is a TypeScript implementation of an MCP server for Docker with remote connection support. It allows managing Docker containers on multiple hosts via HTTP, HTTPS, or SSH.
How to use MCP Server Docker TypeScript?
Set up the server following the instructions in the docs folder. Once running, use Claude with the MCP API to manage Docker containers across multiple hosts. Example prompts are available in the docs folder.
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
- Orchestrate Docker containers on remote servers from a single interface
- Secure Docker API access with TLS certificates
- Manage multi-host Docker environments via Claude or other MCP clients
- Automate container operations across heterogeneous networks
FAQ from MCP Server Docker TypeScript
What connection protocols does MCP Server Docker TypeScript support?
HTTP, HTTPS, and SSH.
Does MCP Server Docker TypeScript support TLS certificates?
Yes, it supports TLS certificates for secure Docker API access.
What is the implementation language?
Full TypeScript implementation.
How do I get started with MCP Server Docker TypeScript?
See the setup instructions in the docs folder for detailed installation and configuration steps.
What validation does MCP Server Docker TypeScript use?
Zod schema validation for request parameters.