Odel
silentwatch mcp

silentwatch mcp

Local
@temurkhan13PythonMITUpdated 3mo ago

MCP server for cron silent-failure detection across crontab, systemd, and OpenClaw schedulers.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIsilentwatch-mcpv1.0.7

Run

uvx silentwatch-mcp

MCP client config

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