Telbase for Zed
ai.telbase/deploy
Deploy any web project with one command. AI-native platform with self-healing feedback.
client:Zed
transport:stdio
runtime:npm
Install Telbase in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"deploy": {
"command": "npx",
"args": [
"-y",
"telbase"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs