Docker Wts Build runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from pypi.
Schedule Docker builds via Windows Task Scheduler — survives VS Code terminal timeouts
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add docker-wts-build -- uvx docker-wts-build
{
"mcpServers": {
"docker-wts-build": {
"args": [
"docker-wts-build"
],
"command": "uvx"
}
}
}
[mcp_servers.docker-wts-build]
command = "uvx"
args = ["docker-wts-build"]
{
"mcpServers": {
"docker-wts-build": {
"args": [
"docker-wts-build"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"docker-wts-build": {
"args": [
"docker-wts-build"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.