Skip to content
Grok

silentwatch mcp for Grok

io.github.temurkhan13/silentwatch-mcp

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

client:Grok transport:stdio runtime:pypi

Install silentwatch mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

silentwatch mcp in other clients