Skip to content
VS Code

Cron Schedule Audit for VS Code

io.github.tylerscomic-lab/cron-schedule-audit-mcp

Validates cron expressions and finds DST bugs that make jobs silently skip or double-fire.

client:VS Code transport:streamable-http

Install Cron Schedule Audit in VS Code

.vscode/mcp.json

{
  "servers": {
    "cron-schedule-audit-mcp": {
      "type": "http",
      "url": "https://cron-schedule-audit-mcp.mcpize.run/mcp"
    }
  }
}

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

Cron Schedule Audit in other clients