MCP Servers / development / silentwatch-mcp

silentwatch-mcp

JSON →
nonedevelopment

MCP server for catching cron silent failures — jobs that exit 0 with empty output, retry storms, action-budget leaks. 6 silent-fail patterns across system cron, systemd timers, OpenClaw cron logs.

Install
How to run this server
[ { "cmd": "pip install silentwatch-mcp", "imports": [] } ]
server path: silentwatch-mcp
Tools
What this server exposes
list_jobs
Enumerate all known cron jobs with last-run summary
get_job_status
Detailed status for one job: last run, last success, success rate over window
get_job_runs
Recent run history with timing + status + output snippet
find_overdue_jobs
Jobs whose schedule says they should have run but haven't
find_silent_failures
Jobs that ran 'successfully' but output looks suspicious
tail_job_logs
Recent log output for one job
Configuration
Environment & auth
authnone
Resources
silentwatch-mcp — MCP Server · libregistry