Monitor cron jobs and scheduled tasks. Get alerts when they don't run, see why they failed with captured output. Create and manage monitors directly from Claude, Cursor, or any MCP-compatible AI assistant.
Tools
list_checks
get_check
create_check
update_check
delete_check
pause_check
resume_check
get_check_output
diagnose_check
Server Config
{
"mcpServers": {
"cronsignal": {
"command": "npx",
"args": [
"cronsignal-mcp"
],
"env": {
"CRONSIGNAL_API_KEY": "<YOUR_API_KEY>"
}
}
}
}