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 |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ElliotTheGreek/short-form-video-editor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server