Skip to content
VS Code

silentwatch mcp for VS Code

io.github.temurkhan13/silentwatch-mcp

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

client:VS Code transport:stdio runtime:pypi

Install silentwatch mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

silentwatch mcp in other clients