silentwatch-mcp

temurkhan13/silentwatch-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server for catching cron silent failures in production AI deployments — exit-0-with-empty-output detection, retry storms, action-budget leaks. Works with system cron, systemd timers, OpenClaw cron logs.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "silentwatch-mcp": {
      "command": "uvx",
      "args": [
        "silentwatch-mcp"
      ]
    }
  }
}

Or install with pip: pip install silentwatch-mcp

README Excerpt

<!-- mcp-name: io.github.temurkhan13/silentwatch-mcp --> > **MCP server for catching cron silent failures** — when scheduled jobs exit 0 with empty output, when retry storms run away, when action budgets leak. Surfaces overdue jobs, length anomalies, and silent-fail patterns to any Claude or MCP-aware agent. Works with **system cron, systemd timers, OpenClaw cron logs, and any JSONL run-log** out of the box. Keywords: AI agent monitoring, cron health, scheduled-task observability, production AI

Tools (2)

find_overdue_jobslist_jobs

Topics

agent-opsai-agentclaudecronmcpmonitoringobservabilityproduction-aisilent-failure