clocktower for Cursor
io.github.sathergate/clocktower
Cron jobs for Next.js. Serverless-native scheduling with retry support.
client:Cursor
transport:stdio
runtime:npm
Install clocktower in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clocktower": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"croncall"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs