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