Skip to content
VS Code

proofcut for VS Code

io.github.tydude001/proofcut

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

client:VS Code transport:stdio runtime:pypi

Install proofcut in VS Code

.vscode/mcp.json

{
  "servers": {
    "proofcut": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "proofcut"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

proofcut in other clients