@visionengine/remotion-file-bridge
v1.0.4
Published
VisionEngine Remotion File Bridge MCP Server
Readme
VE Remotion File Bridge
MCP server for listing, reading, downloading, and saving Remotion project files through ve-backend.
Environment
See .env.example.
Required:
BASE_URLAPI_KEYWORKDIR
WORKDIR is the local base directory used when download_file writes files locally or when save_file reads a relative local path.
Tools
list_files: browse the current user's Remotion workspace withchildren/tree/filemodes.read_file: read text files directly, or return preview/download URLs for binary assets.download_file: download a remote workspace file into localWORKDIR.save_file: save local files, text, base64 content, or remote URLs into the workspace.delete_file: delete a remote workspace file by full workspace-relative path. This operation requires API key authentication.
Backend requirements
This MCP package depends on these backend endpoints:
GET /api/v1/auth/meGET /api/v1/files/listDELETE /api/v1/files/deleteGET /shared/{userId}/{path}POST /save
