Skip to content
Zed

smbCloud Mail & Auth for Zed

io.github.smbcloudxyz/smbcloud-cli

Email infrastructure and authentication for developers: domains, inbox routes, auth apps, deploys.

client:Zed transport:stdio runtime:npm

Install smbCloud Mail & Auth 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": {
    "smbcloud-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@smbcloud/cli"
      ],
      "env": {
        "SMB_MAIL_API_KEY": "<SMB_MAIL_API_KEY>"
      }
    }
  }
}

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

smbCloud Mail & Auth in other clients