video overlay kit for Gemini CLI
io.github.alichherawalla/video-overlay-kit
Animated b-roll overlays for short-form video. Paste a script, get an mp4. Free, MIT, local.
client:Gemini CLI
transport:stdio
runtime:npm
Install video overlay kit in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"video-overlay-kit": {
"command": "npx",
"args": [
"-y",
"@alichherawalla/video-overlay-kit"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs