Docker MCP Server — Gestión de contenedores para agentes de IA
Instala el servidor Docker MCP para que Claude Code, Cursor y Windsurf gestionen contenedores, imágenes, volúmenes y redes. Construye, ejecuta, inspecciona y depura cargas Docker directamente desde tu entorno de IA.
Instalar el servidor MCP Docker
{
"mcpServers": {
"docker": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-v", "/var/run/docker.sock:/var/run/docker.sock",
"mcp/docker"
]
}
}
}Docker MCP — Container Management for AI Agents
MCP server that gives AI agents Docker container management capabilities. Build, run, stop, and inspect containers through tool calls for automated DevOps workflows.
AKS-MCP — MCP Bridge for Azure Kubernetes
Use AKS-MCP to bridge MCP-compatible assistants to Azure Kubernetes Service operations; run via Docker MCP Toolkit or build from source with `make`.
PDFMathTranslate — Translate PDF Papers Preserving Format
Translate PDF scientific papers while preserving math formulas, charts, and layout. Supports Google, DeepL, OpenAI, Ollama. CLI, GUI, MCP, Docker, Zotero plugin.
MCPHub — Centralized MCP Server Management Hub
Manage multiple MCP servers from one dashboard. Smart routing, hot-swap config, OAuth 2.0 auth. Deploy via Docker in one command. Apache-2.0, 2,000+ stars.
Uptime Kuma — Self-Hosted Uptime Monitoring
Monitor HTTP, TCP, DNS, Docker services with notifications to 90+ channels. Beautiful dashboard. 84K+ GitHub stars.
gh-aw-mcpg — MCP Gateway for Sandboxed Agents
gh-aw-mcpg is a Docker-first MCP gateway that exposes backend MCP servers over HTTP so sandboxed agents call tools through one controlled entrypoint.
Archestra — Secure AI Platform (MCP Governance)
Archestra centralizes MCP servers with governance and observability; verified 3,653★ and ships a Docker quickstart for a private MCP registry.
AgentChat — LLM Chat + MCP Integration
AgentChat is a modern LLM chat system (FastAPI + Vue) with knowledge base, tool calling, and MCP server integration, plus a Docker Compose deploy path.
MongoDB MCP Server — npx + Read-Only Safety by Default
MongoDB MCP Server exposes MongoDB queries and optional Atlas admin tools to MCP clients via npx or Docker, with a read-only mode that reduces risk.
mcp-server-synology — Synology NAS MCP Server
Synology NAS MCP server for file/download ops from Claude Desktop, Cursor, and Continue. Runs via Docker or Python. Verified 98★; pushed 2026-05-14.
MCPO — MCP-to-OpenAPI Proxy Server
MCPO proxies an MCP tool as an OpenAPI HTTP server (with /docs), so non-MCP clients can call tools via HTTP, with uvx/pip/Docker run modes.
MintHCM — Open-Source HCM (MCP/A2A Claims)
MintHCM is an open-source HCM platform with AI-agent positioning (MCP/WebMCP mentioned). Includes a Docker Compose stack (app + MySQL + Elasticsearch).
Magentic-UI — Human-Centered Web Agent with MCP
Magentic-UI gives teams a human-in-the-loop web agent with plan previews, approval gates, Docker-backed execution, and MCP support.
AIO Sandbox — Secure Agent Runtime in Docker
AIO Sandbox ships a browser/shell/files/MCP runtime in one container; verified 4,666★ and offers a 30-second Docker quick start on port 8080.
SEC EDGAR MCP Server — Query Filings from Agents
SEC EDGAR MCP Server lets agents query filings (10-K/10-Q/8-K) with exact numbers and source URLs. Verified 265★; Docker quickstart in ~5–10 minutes.
MCPProxy — Secure MCP Tool Router + Quarantine
MCPProxy is a desktop/CLI proxy for MCP servers: manage upstreams, list tools to save context, and add safety via quarantine and optional Docker isolation.
EDDI — One-Command Agent Orchestration (MCP)
Boot EDDI via its one-command installer to run agents with Docker Compose and connect tools via MCP/A2A; includes an `eddi` CLI for updates.
mcp-dotnet-samples — MCP Servers in .NET (Docker)
Microsoft’s MCP .NET samples show how to build MCP servers/clients in C#. Includes Docker-run demos like markdown-to-html and todo-list for quick testing.
Beelzebub — LLM Deception Runtime (MCP Honeypot)
Beelzebub deploys LLM-powered decoys across SSH/HTTP/TCP/TELNET/MCP; verified 1,989★ and ships Docker Compose, Helm, and a structured CLI.
mysql-mcp-server-sse — FastMCP MySQL Server (SSE)
MySQL query server built on FastMCP with SSE streaming, SQL risk controls, injection protection, and Docker quick start; verified 101★, pushed 2025-06-19.
TWStockMCPServer — Taiwan Stock Data MCP Server
TWStockMCPServer is an MCP server for Taiwan market data; verified 85★ and the README cites 143 TWSE OpenAPI tools plus Docker/HTTP modes.
MCP ZAP Server — OWASP ZAP for Agents (Safe)
MCP ZAP Server exposes OWASP ZAP through MCP with operator guardrails (auth, policies, scopes) and Docker Compose setup for guided scans and reports.
MCP-NixOS — Real NixOS Packages for AI Tools (2026)
mcp-nixos is an MCP server for real NixOS packages/options; verified 638★ with uvx/Docker/Nix configs and optional HTTP mode at `/mcp`.
mcp-debugger — DAP Debugging Tools for Agents
Add step-through debugging to AI agents via an MCP server built on the Debug Adapter Protocol (DAP). Works across languages; run with npm or Docker.
PentestAgent — MCP-Ready AI Pentesting Agent
PentestAgent is an AI pentesting agent with a TUI and optional MCP server mode, built for authorized assessments and reproducible Docker-backed tool runs.
MCP Crash Course — Branch-Based Hands-on
A hands-on MCP learning repo organized by `project/*` branches (SSE, Docker, prompts, adapters); verified 164★, pushed 2026-04-02.
ShibaClaw — Security-First Agent Hub + MCP
ShibaClaw is a self-hosted agent hub with WebUI, cron/heartbeat, multi-provider support, and MCP connectivity, with Docker Compose and pip install paths.
mcp-teams-server — Microsoft Teams MCP Server
mcp-teams-server adds Teams tool calls (read/reply/mention/list members); verified 373★ and runs via `uv run mcp-teams-server` or a GHCR Docker image.
Operaciones de contenedores impulsadas por IA
El servidor Docker MCP da a tu Agente IA control directo sobre tu infraestructura de contenedores. Lista contenedores en ejecución, inspecciona logs, construye imágenes desde Dockerfiles, gestiona volúmenes y depura despliegues fallidos — todo en lenguaje natural desde Claude Code o Cursor. Se acabó cambiar entre tu editor y una terminal llena de comandos docker ps y docker logs.
El servidor se conecta vía el socket de Docker (/var/run/docker.sock), lo que significa que tiene los mismos permisos que tu CLI Docker local. La IA puede hacer todo lo que tú puedes hacer con docker: pull de imágenes, arrancar y parar contenedores, exec dentro de contenedores en marcha, leer logs de build e inspeccionar configuraciones de red. Para clústeres Kubernetes en producción, esta es una herramienta de desarrollo y staging — úsala para prototipar en local antes de desplegar.
El patrón más productivo es el debugging asistido por IA. Cuando un contenedor falla, dile al Agente «depura por qué el contenedor de API sigue cayéndose» e inspeccionará el contenedor, leerá los logs, comprobará los límites de recursos e identificará la causa raíz. Combina con el servidor GitHub MCP y el Agente podrá arreglar el Dockerfile y abrir una PR. Para equipos con stacks IA self-hosted, Docker MCP hace trivial gestionar Ollama, Open WebUI y otros servicios IA contenedorizados desde tu agente de código. Mira también las herramientas DevOps IA para automatización CI/CD y despliegue.
Docker es como los desarrolladores envían software. Docker MCP es como los agentes de IA entienden lo que enviaste.
Preguntas frecuentes
¿Qué es el servidor Docker MCP?+
El servidor Docker MCP es una implementación MCP oficial que expone las operaciones de Docker Engine como herramientas estructuradas para agentes de IA. Soporta gestión del ciclo de vida de contenedores (create, start, stop, remove), operaciones de imágenes (pull, build, list), gestión de volúmenes y redes, inspección de contenedores y streaming de logs. Se ejecuta como contenedor Docker y se conecta vía el socket Docker.
¿Es seguro dar a los agentes de IA acceso a Docker?+
El acceso al socket Docker equivale a acceso root en la máquina anfitriona. Buenas prácticas: (1) Úsalo solo en entornos de desarrollo y staging. (2) Nunca montes el socket Docker en contenedores de producción. (3) Considera usar contextos Docker para limitar a qué daemon Docker puede llegar el Agente. (4) Revisa cualquier operación de contenedor que el Agente proponga antes de aprobar — especialmente builds de imagen y montajes de volumen.
¿Funciona con Docker Compose?+
El servidor MCP funciona con la API de Docker Engine, que impulsa tanto contenedores aislados como stacks Compose. El Agente puede inspeccionar y gestionar contenedores arrancados por Compose. Para operaciones específicas de Compose (up, down, scale), el Agente puede ejecutar comandos docker compose vía la capacidad exec del contenedor, o puedes combinarlo con un servidor MCP filesystem que lea tus archivos compose.yaml.
¿Puede la IA construir imágenes Docker?+
Sí. El Agente puede disparar operaciones docker build, leer logs de build y diagnosticar fallos. El flujo más común: el Agente lee tu Dockerfile, identifica problemas (dependencias faltantes, base image incorrecta, ordenación ineficiente de capas), sugiere arreglos y reconstruye. Es especialmente útil para builds multi-stage donde la optimización de capas requiere entender todo el contexto de build.