UptimeProbe for VS Code
io.github.therealmrfunguy/uptime-probe
HTTP health checks, SSL expiry monitoring, TCP port scanning, and batch URL testing.
client:VS Code
transport:sse
Install UptimeProbe in VS Code
.vscode/mcp.json
{
"servers": {
"uptime-probe": {
"type": "sse",
"url": "https://uptime.rjctdlabs.xyz/sse"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs