Telbase for Gemini CLI
ai.telbase/deploy
Deploy any web project with one command. AI-native platform with self-healing feedback.
client:Gemini CLI
transport:stdio
runtime:npm
Install Telbase in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"deploy": {
"command": "npx",
"args": [
"-y",
"telbase"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs