Cron Schedule Audit for Cursor
io.github.tylerscomic-lab/cron-schedule-audit-mcp
Validates cron expressions and finds DST bugs that make jobs silently skip or double-fire.
client:Cursor
transport:streamable-http
Install Cron Schedule Audit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cron-schedule-audit-mcp": {
"url": "https://cron-schedule-audit-mcp.mcpize.run/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs