[Unit] Description=mcpctl local MCP proxy After=network.target [Service] Type=simple ExecStart=/usr/bin/mcpctl-local Restart=on-failure RestartSec=5 # mcpd now runs on Kubernetes behind this ingress. The previous default, # http://10.0.0.194:3100, is dead — a fresh install pointed at it and every # machine that worked did so via a hand-written drop-in. Override per host with: # systemctl --user edit mcplocal -> Environment=MCPLOCAL_MCPD_URL=... Environment=MCPLOCAL_MCPD_URL=https://mcpctl.ad.itaz.eu Environment=MCPLOCAL_HTTP_PORT=3200 Environment=MCPLOCAL_HTTP_HOST=127.0.0.1 [Install] WantedBy=default.target