Skip to content
Zed

SuprSend for Zed

io.github.suprsend/cli

Manage SuprSend entities — workflows, templates, users, objects, tenants — from your AI assistant.

client:Zed transport:stdio runtime:npm

Install SuprSend 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": {
    "cli": {
      "command": "npx",
      "args": [
        "-y",
        "suprsend"
      ],
      "env": {
        "SUPRSEND_SERVICE_TOKEN": "<SUPRSEND_SERVICE_TOKEN>",
        "SUPRSEND_BASE_URL": "<SUPRSEND_BASE_URL>",
        "SUPRSEND_MGMNT_URL": "<SUPRSEND_MGMNT_URL>"
      }
    }
  }
}

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

SuprSend in other clients