Skip to content
VS Code

clocktower for VS Code

io.github.sathergate/clocktower

Cron jobs for Next.js. Serverless-native scheduling with retry support.

client:VS Code transport:stdio runtime:npm

Install clocktower in VS Code

.vscode/mcp.json

{
  "servers": {
    "clocktower": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "croncall"
      ]
    }
  }
}

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

clocktower in other clients