Video MCP Server
by ethnn-b
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VIDEO_MCP_CACHE_DIR | No | Directory for cache storage | ~/.cache/video-mcp |
| VIDEO_MCP_WHISPER_MODEL | No | Whisper model (tiny, base, small, medium, large) | base |
| VIDEO_MCP_WHISPER_DEVICE | No | Device for Whisper (cpu or cuda) | cpu |
| VIDEO_MCP_SCENE_THRESHOLD | No | Scene detection sensitivity (0.0-1.0, lower=more sensitive) | 0.3 |
| VIDEO_MCP_CACHE_MAX_SIZE_GB | No | Maximum total cache size | 10 |
| VIDEO_MCP_CACHE_MAX_AGE_DAYS | No | Maximum age of cache entries | 30 |
| VIDEO_MCP_USE_SCENE_DETECTION | No | Use scene detection instead of fixed intervals | true |
| VIDEO_MCP_MAX_FRAMES_PER_VIDEO | No | Maximum frames to extract per video | 100 |
| VIDEO_MCP_FRAME_INTERVAL_SECONDS | No | Interval between frames (fixed-interval mode) | 10 |
| VIDEO_MCP_SCENE_MAX_INTERVAL_SECONDS | No | Maximum seconds between frames (ensures static scenes are captured) | 30 |
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
- 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/ethnn-b/vidmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server