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.
Server Config
{
"mcpServers": {
"cronsignal": {
"command": "npx",
"args": [
"cronsignal-mcp"
],
"env": {
"CRONSIGNAL_API_KEY": "<YOUR_API_KEY>"
}
}
}
}