short-form-video-editor-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEVICE | No | Device to use: cuda or cpu | cuda |
| HF_TOKEN | No | Only if WhisperX VAD asks for it | |
| MIN_SILENCE | No | Min gap (s) that counts as a clean cut boundary | 0.15 |
| SNAP_MARGIN | No | How far (s) into the silence to place the cut (capped at gap/2) | 0.08 |
| STT_BACKEND | No | Backend for speech-to-text: whisperx (free, local) or openai (whisper-1) | whisperx |
| COMPUTE_TYPE | No | CTranslate2 compute type | float16 |
| CROSSFADE_MS | No | Per-join audio fade to kill clicks (0 = off) | 15 |
| OPENAI_API_KEY | No | Required only for the openai backend | |
| WHISPERX_MODEL | No | WhisperX model size | large-v3 |
| WORKSPACE_ROOT | No | Where project data is stored | ./workspaces |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues