AgentHubAgentHub

Containerization Assist

MCP ServerMCP Registry官方收录

io.github.Azure/containerization-assist · v1.4.0

TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support

概览

Containerization Assist 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "containerization-assist": {
      "command": "npx",
      "args": [
        "-y",
        "containerization-assist-mcp"
      ]
    }
  }
}

环境变量

DOCKER_SOCKET可选

Docker socket path or named pipe

LOG_LEVEL可选

Logging level (debug, info, warn, error)

相关资源

统一 Manifest

{
  "id": "io.github.Azure/containerization-assist",
  "type": "mcp-server",
  "version": "1.4.0",
  "displayName": "Containerization Assist",
  "description": "TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support",
  "repository": {
    "url": "https://github.com/Azure/containerization-assist",
    "source": "github"
  },
  "homepage": "https://github.com/Azure/containerization-assist#readme",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "containerization-assist-mcp",
        "version": "1.4.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "DOCKER_SOCKET",
            "description": "Docker socket path or named pipe"
          },
          {
            "name": "LOG_LEVEL",
            "description": "Logging level (debug, info, warn, error)"
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Azure/containerization-assist",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Azure%2Fcontainerization-assist/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Containerization Assist — MCP Server 安装与配置 · AgentHub