Skip to content
Gemini CLI

watch cli for Gemini CLI

io.github.sonpiaz/watch-cli

Hand any social video to your AI agent — frames + transcript bundled. MCP server for watch-cli.

client:Gemini CLI transport:stdio runtime:npm

Install watch cli in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "watch-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@sonpiaz/watch-cli-mcp"
      ],
      "env": {
        "KYMA_API_KEY": "<KYMA_API_KEY>",
        "GROQ_API_KEY": "<GROQ_API_KEY>",
        "WATCH_AUDIO_MODE": "<WATCH_AUDIO_MODE>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

watch cli in other clients