Skip to content
Cursor

promoshot for Cursor

io.github.garalex/promoshot

Headless MCP: author and render PromoShot .promo video projects (stills, GIFs, video).

client:Cursor transport:stdio runtime:oci

Install promoshot in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "promoshot": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/garalex/promoshot-mcp:v0.2.78"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

promoshot in other clients