Docker MCP Server
@Freezeu
关于 Docker MCP Server
Docker's MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"docker-mcp-stdio": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"freezeolo/docker-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Docker MCP Server?
The Docker MCP Server is a Model Context Protocol (MCP) server that integrates with Docker Desktop on Windows, enabling developers and tools to automate and interact with Docker directly through MCP.
How to use Docker MCP Server?
First, install Docker Desktop for Windows and enable the option "Expose daemon on tcp://localhost:2375 without TLS" in Settings > General. Then configure your MCP client (e.g., Claude Desktop) with the provided JSON snippet, which runs the server as a Docker container using the command docker run -i --rm freezeolo/docker-mcp-server.
Key features of Docker MCP Server
- List, create, start, stop, restart, and remove containers
- Manage networks: list, create, inspect, connect/disconnect containers
- Pull, push, tag, build, and remove Docker images
- Retrieve container logs with filtering options (stdout, stderr, timestamps, tail, since/until)
- Get detailed information about containers, networks, and images
Use cases of Docker MCP Server
- Automate container lifecycle management for development or CI/CD pipelines
- Manage Docker networks and connect/disconnect containers programmatically
- Build, tag, and push images as part of an automated workflow
- Monitor and debug containers by fetching logs with various filters
FAQ from Docker MCP Server
How do I install the project?
Follow the installation steps in the README. Ensure you have Docker Desktop with the daemon exposed on tcp://localhost:2375 and configure your MCP client with the provided command.
云与基础设施 分类下的更多 MCP 服务器
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
评论