docker-container-mcp

docker-container-mcp

0

This project is an MCP server designed for working with Docker containers, enabling users to create and inspect containers based on specific Docker images. It requires Docker Engine to be installed and running.

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.