Skip to content

Cronicorn for Zed

io.github.weskerllc/cronicorn-mcp-server

Manage adaptive cron jobs and HTTP endpoint scheduling via AI assistants.

client:Zed transport:stdio runtime:npm

Install Cronicorn in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "cronicorn-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cronicorn/mcp-server"
      ],
      "env": {
        "CRONICORN_API_URL": "<CRONICORN_API_URL>",
        "CRONICORN_WEB_URL": "<CRONICORN_WEB_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Cronicorn in other clients