deploy for Zed
io.github.nometria/deploy
Deploy any app to any cloud. 20 tools for deployments, previews, and management.
client:Zed
transport:stdio
runtime:npm
Install deploy in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"deploy": {
"command": "npx",
"args": [
"-y",
"@nometria-ai/claude-code"
],
"env": {
"NOMETRIA_API_KEY": "<NOMETRIA_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs