Skip to content
Zed

clocktower for Zed

io.github.sathergate/clocktower

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

client:Zed transport:stdio runtime:npm

Install clocktower in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "clocktower": {
      "command": "npx",
      "args": [
        "-y",
        "croncall"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

clocktower in other clients