MCP

Docker MCP Server Integration

DockerコンテナをClaude Codeから直接操作できるMCP統合。コンテナの起動、停止、ログ確認などが可能になります。

AC

Alice Chen

Posted on 10/22/2024

#docker#containers#devops
json
{
  "mcpServers": {
    "docker": {
      "command": "docker-mcp",
      "args": [],
      "env": {
        "DOCKER_HOST": "unix:///var/run/docker.sock"
      }
    }
  }
}

Comments (0)

No comments yet. Be the first to comment!