Skip to content
Zed

SnapDeploy for Zed

io.github.somdip-2310/snapdeploy

Deploy and manage SnapDeploy apps from your AI assistant: builds, logs, env vars, add-ons, domains.

client:Zed transport:stdio runtime:npm

Install SnapDeploy 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": {
    "snapdeploy": {
      "command": "npx",
      "args": [
        "-y",
        "@snapdeploy/mcp"
      ],
      "env": {
        "SNAPDEPLOY_API_KEY": "<SNAPDEPLOY_API_KEY>",
        "SNAPDEPLOY_READ_ONLY": "<SNAPDEPLOY_READ_ONLY>"
      }
    }
  }
}

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

SnapDeploy in other clients