Skip to content
VS Code

AgentCron for VS Code

io.github.noriget/agentcron

Schedule tasks for later from your AI agent: reminders, delayed webhooks, recurring jobs.

client:VS Code transport:streamable-http

Install AgentCron in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentcron": {
      "type": "http",
      "url": "https://cron.mgm-llc.org/mcp"
    }
  }
}

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

AgentCron in other clients