Skip to content
Zed

cron for Zed

io.github.ryudi84/cron

MCP server for cron expression parsing, validation, and scheduling.

client:Zed transport:stdio runtime:npm

Install cron in Zed

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

{
  "context_servers": {
    "cron": {
      "command": "npx",
      "args": [
        "-y",
        "cron-forge-mcp"
      ]
    }
  }
}

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

cron in other clients