Skip to content
Cline

cron schedule lint for Cline

io.github.jmshinhwa/cron-schedule-lint

Names every schedule line in the file you have open that fires at the wrong hour, twice, or never at

client:Cline transport:stdio runtime:npm

Install cron schedule lint in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "cron-schedule-lint": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/cron-schedule-lint"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

cron schedule lint in other clients