Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | HTTP bind address | 127.0.0.1 |
| MCP_HTTP | No | Enable HTTP transport | false |
| MCP_PORT | No | HTTP port | 9847 |
| OPENAI_API_KEY | No | OpenAI API key (Whisper + TTS) | |
| MCP_VIDEO_DEBUG | No | Enable debug logging | false |
| VIDEO_OUTPUT_DIR | No | Directory for generated files | ./output |
| ELEVENLABS_API_KEY | No | ElevenLabs TTS API key |
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 | |