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.
「クラウドとインフラ」の他のコンテンツ
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
コメント