Skip to content
Zed

vibe provision for Zed

io.github.totte-dev/vibe-provision

Provision SaaS services from YAML and inject .env. Supports Clerk, Stripe, Resend and more.

client:Zed transport:stdio runtime:npm

Install vibe provision in Zed

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

{
  "context_servers": {
    "vibe-provision": {
      "command": "npx",
      "args": [
        "-y",
        "vibe-provision"
      ]
    }
  }
}

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

vibe provision in other clients