Skip to main content
Glama
aigentive
by aigentive

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level (DEBUG, INFO, WARNING, ERROR, default: INFO)
GOOGLE_API_KEYYesYour Google AI API key (required)
MCP_MAX_SESSIONSNoMaximum concurrent sessions (default: 50)
AUTO_CLEANUP_FILESNoAuto-cleanup uploaded files (default: true)
MAX_VIDEO_DURATIONNoMaximum video length in seconds (default: 7200)
MCP_SESSION_TIMEOUTNoSession timeout in seconds (default: 7200)
GEMINI_MODEL_DEFAULTNoDefault Gemini model (default: gemini-2.5-pro-preview-05-06)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_video_sessionB

Create new conversational video analysis session.

Args: description: Session context/purpose video_source: YouTube URL or local video file path model: Gemini model to use session_name: Optional friendly name source_type: "youtube_url" (default) or "local_file"

analyze_video_in_sessionB

Analyze video within session context.

Args: session_id: UUID of existing session prompt: Analysis question/instruction timestamp_range: Optional "MM:SS-MM:SS" for segment analysis

analyze_youtube_videoA

Single-shot or session-integrated YouTube video analysis using direct URL method.

Args: youtube_url: YouTube video URL or ID prompt: Analysis instruction model: Gemini model to use session_id: Optional session for context

analyze_local_videoA

Single-shot or session-integrated local video analysis using Files API.

Args: video_path: Local video file path prompt: Analysis instruction model: Gemini model to use session_id: Optional session for context

get_session_statusC

Get current session status and history.

list_active_sessionsB

List all active video analysis sessions.

close_sessionC

Close session and cleanup resources.

validate_youtube_urlB

Validate and normalize YouTube URLs/IDs.

get_usage_guideB

Comprehensive tool documentation and examples.

get_server_statsA

Server statistics and health monitoring.

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/aigentive/youtube-gemini-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server