Back to Home
adamanz icon

gemini-video-mcp-server

Verified Safe

by adamanz

Overview

Enables AI coding assistants to analyze and understand video content using Google's Gemini AI, processing security footage, lectures, tutorials, and more.

Installation

Run Command
python server.py

Environment Variables

  • GEMINI_API_KEY

Security Notes

The project correctly retrieves `GEMINI_API_KEY` from environment variables, avoiding hardcoded secrets. It utilizes `subprocess.run` to invoke `ffprobe` and `ffmpeg` for video segment extraction. While `subprocess` calls can be a vector for command injection, the implementation passes arguments as a list, which is generally safer than using `shell=True` or a single string, reducing the risk. Input video paths are checked with `os.path.exists`.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens50000
Stars0
Forks0
Last Update2025-12-27

Tags

Video AnalysisAIGeminiMCPCoding Assistant