Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the API/MCP server | 3123 |
| LOG_LEVEL | No | Log level for the server (options: trace, debug, info, warn, error) | info |
| CONCURRENCY | No | Number of Chrome tabs to use to render the video. Used to limit the memory usage in the Docker containers | |
| PEXELS_API_KEY | Yes | Your Pexels API key for background video sourcing | |
| WHISPER_VERBOSE | No | Verbose mode for Whisper | false |
| VIDEO_CACHE_SIZE_IN_BYTES | No | Cache for <OffthreadVideo> frames - used to prevent memory related crashes in the Docker images |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |