# Docker Mcp

> Docker MCP: A Model Context Protocol implementation for Docker operations, enabling AI assistants to seamlessly manage containers, images, and networks via standardized JSON-RPC interface.

- **Type:** MCP server
- **Install:** `agentstack add mcp-coolbit-in-docker-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [coolbit-in](https://agentstack.voostack.com/s/coolbit-in)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [coolbit-in](https://github.com/coolbit-in)
- **Source:** https://github.com/coolbit-in/docker-mcp

## Install

```sh
agentstack add mcp-coolbit-in-docker-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Docker MCP (Model Context Protocol)

[](https://golang.org/)
[](LICENSE)
[](https://goreportcard.com/report/github.com/coolbit-in/docker-mcp)
[](https://github.com/coolbit-in/docker-mcp/pulls)

**Docker MCP** is a powerful tool that implements the Model Context Protocol (MCP) for Docker operations, enabling AI assistants to interact seamlessly with the Docker engine. It provides a unified JSON API interface for AI models to perform common Docker operations, including container lifecycle management, image operations, log retrieval, and more.

The Model Context Protocol (MCP) is an open protocol developed by Anthropic that enables AI systems to interact with various data sources and tools in a standardized way. By implementing MCP for Docker operations, this tool bridges the gap between AI models and Docker infrastructure management.

## Features

- **Container Management**: Create, start, stop, restart, and remove containers
- **Image Operations**: Pull, list, search, and remove Docker images
- **Container Inspection**: Get detailed information about containers
- **Log Access**: Retrieve container logs with various filtering options
- **Command Execution**: Execute commands inside running containers
- **Build Support**: Build Docker images from Dockerfiles
- **Flexible Configuration**: Customizable Docker socket connection

## Installation

### Using Pre-built Binaries (Recommended)

1. Download the latest release for your platform from [GitHub Releases](https://github.com/coolbit-in/docker-mcp/releases)
2. Extract the archive:
   ```bash
   # For Linux/macOS:
   tar xzf docker-mcp_*_*.tar.gz
   
   # For Windows:
   # Extract the zip file using Windows Explorer
   ```
3. Move the binary to a directory in your PATH:
   ```bash
   # Linux/macOS:
   sudo mv docker-mcp /usr/local/bin/
   chmod +x /usr/local/bin/docker-mcp
   
   # Windows:
   # Move docker-mcp.exe to a directory in your PATH
   ```

### Building from Source

If you prefer to build from source or need a specific version:

```bash
git clone https://github.com/coolbit-in/docker-mcp.git
cd docker-mcp
go build ./cmd/docker-mcp
```

## Usage

### Command Line Options

```

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [coolbit-in](https://github.com/coolbit-in)
- **Source:** [coolbit-in/docker-mcp](https://github.com/coolbit-in/docker-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-coolbit-in-docker-mcp
- Seller: https://agentstack.voostack.com/s/coolbit-in
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
