video overlay kit for VS Code
io.github.alichherawalla/video-overlay-kit
Animated b-roll overlays for short-form video. Paste a script, get an mp4. Free, MIT, local.
client:VS Code
transport:stdio
runtime:npm
Install video overlay kit in VS Code
.vscode/mcp.json
{
"servers": {
"video-overlay-kit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@alichherawalla/video-overlay-kit"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs