Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ☁️ Cloud Platforms
  3. MCP Server Docker
MCP Server Docker logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 9:17:36 PM

MCP Server Docker

User RatingsBe the first to rate and review this MCP server!
View Repository743 GitHub StarsTotal stargazers on GitHub for the source repository (743 stars).Visit Website
dockercontainersdeveloper-toolsdevops

Manage Docker containers, images, networks, and volumes through MCP tools, prompts, and resource templates.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ckreiling-mcp-server-docker": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives☁️ More in Cloud Platforms

Overview

The ckreiling/mcp-server-docker MCP server exposes Docker management through MCP tools, prompts, and resource templates. It uses the Python Docker SDK to connect to the local daemon by default and can target a remote daemon over SSH with DOCKER_HOST. Reach for it when an agent needs to create, inspect, start, stop, or remove Docker resources using natural language. Review generated operations carefully because Docker access can affect the host system.

Use cases

•Deploy containers from a reviewed natural-language plan
•Inspect logs and runtime statistics for containers
•Manage Docker images, networks, and volumes
•Connect an agent to a remote Docker engine over SSH

Key features

•Natural-language container composition prompt
•Container lifecycle management
•Image build, pull, push, and removal
•Docker network and volume management
•Container logs and statistics resources
•SSH-based remote Docker connection

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Server Docker.

Extracted Tool Capabilities
Natural-language container composition prompt
Container lifecycle management
Image build, pull, push, and removal
Docker network and volume management
Container logs and statistics resources
SSH-based remote Docker connection

How MCP Server Docker works

What ckreiling/mcp-server-docker MCP server does

The ckreiling/mcp-server-docker MCP server lets an MCP-compatible client manage Docker resources through an agent interface. Its supported scope includes containers, images, networks, and volumes. It is suitable for local Docker experimentation, administration of a Docker engine, and conversational deployment workflows such as bringing up a WordPress and MySQL arrangement.

The included docker_compose prompt accepts a project name and a natural-language description of the desired containers. It guides the model through a plan-and-apply process, allowing the user to review a proposed plan or provide feedback before applying it. A later conversation can use the named project to inspect containers, volumes, and networks associated with that work.

How it works

The ckreiling/mcp-server-docker MCP server uses the Python Docker SDK's environment-based client setup. Local connections use the Docker environment available to the process, while a remote engine can be selected by setting DOCKER_HOST to an ssh:// host URL.

In addition to callable tools, the server provides resource templates for container logs and statistics. Clients can read docker://containers/{container_id}/logs as plain text and docker://containers/{container_id}/stats as JSON, substituting a container ID or name.

Setup and configuration

Claude Desktop can run the package through uvx using the mcp-server-docker package. The README identifies the Claude Desktop configuration paths for macOS and Windows. The server can also run inside a Docker container after building the repository image; that setup mounts /var/run/docker.sock so the server can reach the local Docker daemon.

For remote Docker access, add DOCKER_HOST to the MCP server definition with a value such as an SSH host URL. The Docker SDK documentation provides the remaining connection configuration details. No API key or hosted service is described in the supplied material.

Tools and capabilities

The ckreiling/mcp-server-docker MCP server exposes these container operations:

  • List, create, run, recreate, start, stop, and remove containers
  • Fetch container logs

Image operations include listing, pulling, pushing, building, and removing images. Network operations cover listing, creating, and removing networks. Volume operations cover listing, creating, and removing volumes.

The Docker Compose-style prompt is intended for conversational deployment and cleanup. Resource templates provide access to logs and runtime statistics without requiring the server to enumerate all running containers as resources.

Limitations and notes

Do not pass API keys, database passwords, or other sensitive values through containers configured by the model. The README warns that information exchanged with the LLM should be treated as compromised unless the LLM runs locally.

Docker is not a secure sandbox. Review containers and their requested configuration before applying changes because the server may affect the host through Docker access. For safety, the server does not support sensitive Docker options such as --privileged or --cap-add and --cap-drop.

The material documents Claude Desktop setup, but does not provide compatibility details for other MCP clients. The Docker-socket installation also grants the server access to the local Docker daemon, so it should be used only in an environment where that level of control is acceptable.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Cloud Platforms View all alternatives
  • Docker MCP logoDocker MCP

    Docker container management and operations through MCP

    ☁️ Cloud Platforms3 views
    Compare vs Docker MCP →
  • Docker MCP logoDocker MCP

    Manages one or more Docker daemons (local socket or remote over TCP/TLS/SSH) with 156 tools spanning containers, images, Compose, Swarm, Buildx, Scout, and OCI registries. Mark hosts as read-only for safe monitoring; logs and stats exposed as MCP resources.

    ☁️ Cloud Platforms2 views
    Compare vs Docker MCP →
  • MCP Server Docker logoMCP Server Docker

    Docker operations — manage containers, images, volumes, networks, and compose services.

    ☁️ Cloud Platforms2 views
    Compare vs MCP Server Docker →
  • Hub MCP logoHub MCP
    Verified

    Official MCP server to interact with Docker Hub, providing access to repositories, hub search and Docker Hardened Images

    ☁️ Cloud Platforms2 views
    Compare vs Hub MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
743
Stargazers on the source repository.
npm downloads
1M
Package downloads in the last 30 days.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Server Docker

Add a Claude Desktop MCP entry that runs `uvx` with the `mcp-server-docker` package. The README also documents building and running a local Docker image.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Server Docker AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ckreiling-mcp-server-docker?style=directory)](https://allmcps.com/mcp/ckreiling-mcp-server-docker)
HTML Embed
<a href="https://allmcps.com/mcp/ckreiling-mcp-server-docker"><img src="https://allmcps.com/api/badge/ckreiling-mcp-server-docker?style=directory" alt="MCP Server Docker on AllMCPs" /></a>

Technical Specs & Signals

Category☁️Cloud Platforms
PricingFree
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsClaude Desktop
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars743
GitHub Star CountTotal stargazers on GitHub representing community popularity (743 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 7, 2026
npm downloads1,014,756/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
47Quality signal: Fair · 47/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership6/20
Documentation & tools17/30
Adoption & activity12/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

2 high-severity advisories on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage — this is a directional signal, not a security audit.

Critical 1High 1Medium 0Low 0

Scanned 21d ago via OSV.dev · @modelcontextprotocol/inspector (npm)

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ☁️ Cloud Platforms →Best MCP servers for Cloud Platforms →Alternatives to MCP Server Docker →Install in Claude DesktopInstall in CursorInstall in VS Code