Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JIRA_URLNoJira instance URL (optional, for analyzing Jira attachments).
GROQ_API_KEYNoGroq API key for tier 2 (cloud ASR). Optional, but if set, transcription uses Groq.
JIRA_USERNAMENoJira username or email (optional).
VIDEO_MCP_ENVNoPath to a .env file to load environment variables.
GEMINI_API_KEYNoGemini 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_TOKENNoJira API token (optional).
OPENAI_API_KEYNoOpenAI API key for tier 2 (cloud ASR). Optional, but if set, transcription uses OpenAI Whisper.
VIDEO_MCP_CACHE_DIRNoOverride the default cache directory (~/.cache/video-vision-mcp/).
VIDEO_MCP_WHISPER_MODELNoWhisper model to use for local transcription (tiny/base/small/medium/large-v3). Default: base.
VIDEO_MCP_DISABLE_GEMININoSet to 'true' to disable Gemini even if GEMINI_API_KEY is set, forcing tiers 1/2.
VIDEO_MCP_WHISPER_MODEL_PATHNoPath 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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