Sakupa for Gemini CLI
io.github.myerwang/sakupa
Publish and manage AI-made static websites from your AI tool: free previews, hosting, domains.
client:Gemini CLI
transport:stdio
runtime:npm
Install Sakupa in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"sakupa": {
"command": "npx",
"args": [
"-y",
"@sakupa/mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs