Task Scheduler for Zed
org.memoryapi/cron
Schedule and manage recurring or one-shot tasks
client:Zed
transport:streamable-http
tools:4
Install Task Scheduler in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cron": {
"url": "https://cron.memoryapi.org/mcp"
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs