Skip to content
Grok

cron pilot for Grok

io.github.therealmrfunguy/cron-pilot

Scheduled HTTP requests and shell commands with retries, timeouts, and webhook alerts.

client:Grok transport:sse

Install cron pilot in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "cron-pilot": {
      "type": "sse",
      "url": "https://cron.rjctdlabs.xyz/sse"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

cron pilot in other clients