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
{
"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