Docker Container MCP Server
by emresahna
An MCP server designed for creating Docker containers. It allows users to easily create and manage Docker containers using the Model Context Protocol.
View on GitHub
Last updated: N/A
Docker Container MCP Server ðŸ›
An MCP (Model Context Protocol) server for creating Docker containers.
Features 💡
- Create a container from a specific Docker image.
- Get the status of a container.
Tools 📌
create_container
Purpose:
- Creates a Docker container from a specified image.
Parameters:
- image: Specifies which image will be used to create the container.
Resources 📌
Container Status
- Inspect the status of a container.
Requirements ðŸ”
- Docker Engine: Ensure Docker is installed and running on your machine.