Skip to content
Zed

cron402 for Zed

io.github.userdefault13/cron402-mcp

Schedule webhook calls, pay per run in USDC on Base via x402. Ten tools, built for small models.

client:Zed transport:stdio runtime:npm

Install cron402 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": {
    "cron402-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cron402-mcp"
      ],
      "env": {
        "CRON402_PRIVATE_KEY": "<CRON402_PRIVATE_KEY>",
        "CRON402_NETWORK": "<CRON402_NETWORK>",
        "CRON402_API_URL": "<CRON402_API_URL>",
        "CRON402_STATE_DIR": "<CRON402_STATE_DIR>"
      }
    }
  }
}

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

cron402 in other clients