Skip to content
Gemini CLI

proofcut for Gemini CLI

io.github.tydude001/proofcut

Local-first AI video editor: recordings to a finished film, cut by transcript, then verified

client:Gemini CLI transport:stdio runtime:pypi

Install proofcut in Gemini CLI

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

{
  "mcpServers": {
    "proofcut": {
      "command": "uvx",
      "args": [
        "proofcut"
      ]
    }
  }
}

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

proofcut in other clients