Skip to content
VS Code

cron mcp for VS Code

io.github.shreyas-profile/cron-mcp

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

client:VS Code transport:streamable-http

Install cron mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "cron-mcp": {
      "type": "http",
      "url": "https://cron.regiq.in/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

cron mcp in other clients