Skip to content
Zed

cron mcp for Zed

io.github.shreyas-profile/cron-mcp

Cron-as-a-service MCP. Schedule prompts; when the cron fires we POST to your callback URL.

client:Zed transport:streamable-http

Install cron mcp in Zed

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

{
  "context_servers": {
    "cron-mcp": {
      "url": "https://cron.regiq.in/api/mcp"
    }
  }
}

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

cron mcp in other clients