Containerization Assist
Rank #2,848io.github.Azure/containerization-assist
TypeScript MCP server for AI-powered containerization workflows with Docker and Kubernetes support
Containerization Assist is a Model Context Protocol (MCP) server published by Azure. It ranks #2,848 of 115,460 servers tracked on MCP Toplist, and its repository has 41 GitHub stars. Containerization Assist is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Mar 27, 2025 and most recently updated on Jul 2, 2026.
Ranks ahead of 112,612 of 115,460 servers on MCP Toplist.
Use Containerization Assist
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add containerization-assist -e "DOCKER_SOCKET=<your DOCKER_SOCKET>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- npx -y containerization-assist-mcp startReplace each placeholder with your own value before saving.
[mcp_servers.containerization-assist]
command = "npx"
args = ["-y", "containerization-assist-mcp", "start"]
[mcp_servers.containerization-assist.env]
DOCKER_SOCKET = "<your DOCKER_SOCKET>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"containerization-assist": {
"command": "npx",
"args": [
"-y",
"containerization-assist-mcp",
"start"
],
"env": {
"DOCKER_SOCKET": "<your DOCKER_SOCKET>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"containerization-assist": {
"command": "npx",
"args": [
"-y",
"containerization-assist-mcp",
"start"
],
"env": {
"DOCKER_SOCKET": "<your DOCKER_SOCKET>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"containerization-assist": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"containerization-assist-mcp",
"start"
],
"env": {
"DOCKER_SOCKET": "<your DOCKER_SOCKET>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"containerization-assist": {
"command": "npx",
"args": [
"-y",
"containerization-assist-mcp",
"start"
],
"env": {
"DOCKER_SOCKET": "<your DOCKER_SOCKET>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"containerization-assist": {
"command": "npx",
"args": [
"-y",
"containerization-assist-mcp",
"start"
],
"env": {
"DOCKER_SOCKET": "<your DOCKER_SOCKET>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Azure%2Fcontainerization-assist)<a href="https://mcptoplist.com/server/io.github.Azure%2Fcontainerization-assist"><img src="https://mcptoplist.com/badge/io.github.Azure%2Fcontainerization-assist.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
Azure
Other servers by Azure
- mcp-kubernetes#1,942 · 8 vers
- Azure Cloud Manager#7,493
- Blue Bridge#12,061 · 5 vers
- Repository setup required 👋#69,596
Available versions (5)
| Version | Published |
|---|---|
| 1.5.0 | Jul 2, 2026 |
| 1.4.0 | Apr 23, 2026 |
| 1.3.2 | Mar 11, 2026 |
| 1.3.1 | Mar 4, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Containerization Assist?
- Containerization Assist is maintained by Azure, which publishes 9 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Containerization Assist listed on the Official MCP Registry?
- Yes — Containerization Assist is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Containerization Assist have?
- MCP Toplist tracks 5 versions of Containerization Assist, most recently published on Jul 2, 2026.
- Where can I find the source code for Containerization Assist?
- The source code for Containerization Assist is hosted at github.com/azure/containerization-assist.