short-video-maker
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEV | No | Development mode | false |
| PORT | No | The port the server will listen on | 3123 |
| DOCKER | No | Whether the project is running in a Docker container | |
| LOG_LEVEL | No | Pino log level | info |
| CONCURRENCY | No | Concurrency refers to how many browser tabs are opened in parallel during a render. Each Chrome tab renders web content and then screenshots it. Tweaking this value helps with running the project with limited resources. | |
| DATA_DIR_PATH | No | The data directory of the project | |
| WHISPER_MODEL | No | Which whisper.cpp model to use. Valid options are tiny, tiny.en, base, base.en, small, small.en, medium, medium.en, large-v1, large-v2, large-v3, large-v3-turbo | |
| PEXELS_API_KEY | Yes | Your (free) Pexels API key | |
| WHISPER_VERBOSE | No | Whether the output of whisper.cpp should be forwarded to stdout | false |
| KOKORO_MODEL_PRECISION | No | The size of the Kokoro model to use. Valid options are fp32, fp16, q8, q4, q4f16 | |
| VIDEO_CACHE_SIZE_IN_BYTES | No | Cache for OffthreadVideo frames in Remotion. Tweaking this value helps with running the project with limited resources. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ZenforceTaiji/AI-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server