Cron Translator for Zed
com.crontoenglish/cron-translator
Explain cron expressions in English, list next run times, and catch scheduling gotchas.
client:Zed
transport:streamable-http
tools:3
Install Cron Translator in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cron-translator": {
"url": "https://crontoenglish.com/api/mcp"
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs