video-vision-mcp
by KitDevUA
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_URL | No | Jira instance URL (optional, for analyzing Jira attachments). | |
| GROQ_API_KEY | No | Groq API key for tier 2 (cloud ASR). Optional, but if set, transcription uses Groq. | |
| JIRA_USERNAME | No | Jira username or email (optional). | |
| VIDEO_MCP_ENV | No | Path to a .env file to load environment variables. | |
| GEMINI_API_KEY | No | Gemini API key for tier 3 (native Gemini analysis). Optional, but if set, it becomes the default backend (unless disabled by VIDEO_MCP_DISABLE_GEMINI). | |
| JIRA_API_TOKEN | No | Jira API token (optional). | |
| OPENAI_API_KEY | No | OpenAI API key for tier 2 (cloud ASR). Optional, but if set, transcription uses OpenAI Whisper. | |
| VIDEO_MCP_CACHE_DIR | No | Override the default cache directory (~/.cache/video-vision-mcp/). | |
| VIDEO_MCP_WHISPER_MODEL | No | Whisper model to use for local transcription (tiny/base/small/medium/large-v3). Default: base. | |
| VIDEO_MCP_DISABLE_GEMINI | No | Set to 'true' to disable Gemini even if GEMINI_API_KEY is set, forcing tiers 1/2. | |
| VIDEO_MCP_WHISPER_MODEL_PATH | No | Path to a custom whisper model file (overrides VIDEO_MCP_WHISPER_MODEL). |
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/KitDevUA/video-vision-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server