Skip to content
VS Code

cron pilot for VS Code

io.github.therealmrfunguy/cron-pilot

Scheduled HTTP requests and shell commands with retries, timeouts, and webhook alerts.

client:VS Code transport:sse

Install cron pilot in VS Code

.vscode/mcp.json

{
  "servers": {
    "cron-pilot": {
      "type": "sse",
      "url": "https://cron.rjctdlabs.xyz/sse"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

cron pilot in other clients