sota for Gemini CLI
io.github.sota-deploy/sota
Deploy web apps via AI agents with sota.io. 9 tools for deploy, logs, env, and more.
client:Gemini CLI
transport:stdio
runtime:npm
Install sota in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"sota": {
"command": "npx",
"args": [
"-y",
"@sota-io/mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs