Skip to content

Cron Schedule Audit for Zed

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

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

client:Zed transport:streamable-http

Install Cron Schedule Audit in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "cron-schedule-audit-mcp": {
      "url": "https://cron-schedule-audit-mcp.mcpize.run/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Cron Schedule Audit in other clients