If you're building Docker images on Windows and sick of losing progress when VS Code's integrated terminal times out, this server lets you offload builds to Windows Task Scheduler instead. You can schedule builds to run at specific times or trigger them on demand, and they'll keep running in the background regardless of what happens to your editor. It's a straightforward workaround for a common Windows development pain point where long-running Docker operations get interrupted by terminal session limits. Reach for it when you need reliable, unattended Docker builds on Windows machines without keeping VS Code open or babysitting a terminal window.
DWTB_PROJECT_DIR*Path to project directory containing docker-compose.yml
DWTB_COMPOSE_FILEDocker Compose file name (default: docker-compose.yml)
DWTB_CUSTOM_SERVICESSemicolon-separated list of custom service names
DWTB_LOGS_DIRDirectory for build logs (default: {project_dir}/builds/logs)
DWTB_TASK_PREFIXTask name prefix for Windows Task Scheduler (default: DockerBuild)
DWTB_TASK_TIMEOUT_MSTask timeout in milliseconds (default: 28800000 = 8 hours)
DWTB_MAX_TASK_AGE_DAYSMaximum age in days for cleanup (default: 30)
silenceper/mcp-k8s
azure/containerization-assist
io.github.evozim/aws-builder
reza-gholizade/k8s-mcp-server
flux159/mcp-server-kubernetes