# 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.