tiranmoskovitch-dev/docker-extensions-automation
Docker Desktop extensions for automation — manage stacks, AI agents, MCP Gateway, LLM models, ports, and container health
Platform-specific configuration:
{
"mcpServers": {
"docker-extensions-automation": {
"command": "npx",
"args": [
"-y",
"docker-extensions-automation"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Build and manage AI agents, MCP servers, LLM models, and infrastructure stacks — all from Docker Desktop.
A suite of 6 Docker Desktop extensions + ready-to-use examples for turning Docker into a full automation control plane.
---
| Extension | What It Does | Backend | Status | |-----------|-------------|---------|--------| | Stack Commander | Manage all Compose stacks from one UI — start, stop, restart, logs | Go | Scaffolded | | Agent Orchestrator | Visual AI agent lifecycle management — health, tasks, resources | Go | Scaffolded | | MCP Gateway Manager | Configure MCP Gateway, register MCP servers, browse tools | Go | Scaffolded | | Model Runner Dashboard | Native LLM serving via Compose models: key — pull, monitor, compare vs Ollama | Go | Scaffolded | | Port Dashboard | Real-time port mapper with conflict detection and one-click open | SDK-only | Scaffolded | | Health Monitor | Container health tracking, auto-restart policies, resource alerts | Go | Scaffolded |
| Example | What It Demonstrates | |---------|---------------------| | [MCP Gateway](examples/mcp-gateway/) | Secure MCP tool access for containerized agents via docker/mcp-gateway:latest | | [Compose Models](examples/compose-models/) | Native LLM serving with the models: Compose key — zero Ollama needed |
---
Docker Desktop
┌──────────┬──────────┬──────────┬──────────┬─────────┬────────┐
│ Stack │ Agent │ MCP │ Model │ Port │ Health │
│Commander │Orchestr. │ Gateway │ Runner │Dashboard│Monitor │
├──────────┴──────────┴──────────┴──────────┴─────────┴────────┤
│ Docker Extensions SDK │
│ listContainers | cli.exec | vm.service | events stream │
├───────────────────────────────────────────────────────────────┤
│ Docker Engine + Compose Loading reviews...