AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Docker Mcp

mcp-coolbit-in-docker-mcp · by coolbit-in

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.

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add mcp-coolbit-in-docker-mcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-coolbit-in-docker-mcp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
stale · 1y ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Docker Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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
  2. Extract the archive:

```bash # For Linux/macOS: tar xzf docker-mcp.tar.gz

# For Windows: # Extract the zip file using Windows Explorer ```

  1. 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:

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.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.