keptbits for Gemini CLI
com.keptbits/keptbits
Turns long videos into captioned vertical clips, cut at the moments that stand on their own.
client:Gemini CLI
transport:streamable-http
tools:5
Install keptbits in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"keptbits": {
"httpUrl": "https://keptbits.com/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs