Skip to content
Zed

cron mcp for Zed

io.github.takeaseatventure/cron-mcp

MCP cron validator for AI agents; flags impossible schedules and other silent cron bugs.

client:Zed transport:stdio runtime:npm

Install cron mcp in Zed

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

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

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

cron mcp in other clients