Task Scheduler for VS Code
org.memoryapi/cron
Schedule and manage recurring or one-shot tasks
client:VS Code
transport:streamable-http
tools:4
Install Task Scheduler in VS Code
.vscode/mcp.json
{
"servers": {
"cron": {
"type": "http",
"url": "https://cron.memoryapi.org/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs