Skip to content
Zed

watch cli for Zed

io.github.sonpiaz/watch-cli

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

client:Zed transport:stdio runtime:npm

Install watch cli in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

watch cli in other clients