Scenario guide

Best Docker MCP Servers in 2026

Docker MCP servers let the agent inspect running containers, tail logs, rebuild images, and bring compose stacks up and down — genuinely useful for "why is my local environment broken" debugging sessions.

Container access is powerful: a Docker socket is effectively root on the host. Use these servers against development environments, and prefer read-focused tool sets (ps, logs, inspect) unless you actively need lifecycle management.

26results
BD
budtmo/docker-android
Deployment & DevOps

Android in docker solution with noVNC supported, video recording and mcp server

15.8K 040
AI
agent-infra/sandbox
Developer tools

All-in-One Sandbox for AI Agents that combines Browser, Shell, File, MCP and VSCode Server in a single Docker container.

5.4K 099
BG
bethington/ghidra-mcp
Developer tools

Ghidra MCP Server — 200+ MCP tools for AI-powered reverse engineering. GUI plugin + headless server, lazy tool loading, convention enforcement, batch operations, Ghidra Server integration, and Docker...

2.7K 099
MA
metatool-ai/metamcp
Developer tools

MCP Aggregator, Orchestrator, Middleware, Gateway in one docker

2.5K 067
TD
thenetworkchuck/docker-mcp-tutorial
Developer tools

Complete tutorial materials for building MCP servers with Docker - from NetworkChuck's video

1.6K 077
DM
docker/mcp-gateway
Developer tools

docker mcp CLI plugin / MCP Gateway

1.5K 077
CM
ckreiling/mcp-server-docker
Developer tools

MCP server for Docker

730 058
DM
docker/mcp-registry
Developer tools

Official Docker MCP registry

511 062
QD
quantgeekdev/docker-mcp
Developer tools

A docker MCP Server (modelcontextprotocol)

492 092
AL
automata-labs-team/code-sandbox-mcp
Deployment & DevOps

An MCP server to create secure code sandbox environment for executing code within Docker containers. This MCP server provides AI applications with a safe and isolated environment for running code...

325 056
ME
mitulgarg/env-doctor
Developer tools

Diagnose and Fix CUDA / GPU environments compatibility issues locally, in Docker, and CI/CD. CLI + MCP server available.

173 090
DH
docker/hub-mcp
Developer tools

The Docker Hub MCP Server is a Model Context Protocol (MCP) server that interfaces with Docker Hub APIs to make them accessible to LLMs, enabling intelligent content discovery and repository...

158 090
View all matching entries · 26

FAQ

Is exposing the Docker socket to an agent safe?

The Docker socket grants full host control, so treat it accordingly: development machines only, never production hosts or shared CI runners. Some servers below let you disable destructive tools — prefer those.

What is the most useful Docker workflow?

Log-driven debugging: the agent lists containers, tails the failing one, reads the error, and proposes a fix — often a missing env var or port conflict. It compresses a twenty-minute ritual into one prompt.

Can it manage compose stacks?

Several servers wrap docker compose commands for up/down/restart. Check each detail page's tool list — compose support is the main differentiator between the options.

Related guides