MCP-Powered Video RAG
🎬 MCP を利用したビデオ RAG
動画について自然言語で質問できる — Whisper + ChromaDB + Groq + FastMCP を搭載。完全無料でローカル動作。
アーキテクチャと仕組み

Your Video → Whisper (transcription) → ChromaDB (vector store)
↓
Antigravity IDE ← MCP Server ← Your Question
↓
Groq LLM (free) → Answer + Timestampsスタック(すべて無料)
コンポーネント | ツール |
文字起こし | OpenAI Whisper(ローカル) |
埋め込み | sentence-transformers(ローカル) |
ベクトル DB | ChromaDB(ローカル) |
MCP フレームワーク | FastMCP |
Q&A 用 LLM | Groq(無料枠) |
⚡ クイックスタート
1. 依存関係をインストール
uv sync2. 無料の Groq API キーを取得
https://console.groq.com/ にアクセス → アカウント作成 → API キーをコピー。
3. 環境を設定
copy .env.example .env
# Edit .env and paste your GROQ_API_KEY4. Antigravity IDE に MCP サーバーを追加
mcp_config.json の内容を Antigravity IDE の MCP 設定にコピー。
GROQ_API_KEY を実際のキーに更新。
5. videos/ フォルダに動画を配置
対応形式: .mp4, .mkv, .avi, .mov, .webm, .mp3, .wav
🛠️ 利用可能な MCP ツール
ツール | 説明 |
| 動画ファイルを文字起こししてインデックス化 |
| 文字起こしを意味的に検索 |
| タイムスタンプ付きの完全な RAG Q&A |
| インデックス済みの動画をすべて表示 |
| インデックスから動画を削除 |
📖 使用例(Antigravity IDE 内)
ingest_video("videos/my_lecture.mp4")
ask_video("What are the main topics discussed?")
search_video("neural networks explained", n_results=3)
ask_video("What did the speaker say about backpropagation?", video_name="my_lecture.mp4")⚙️ 設定(.env)
GROQ_API_KEY=your_key_here # Required — get free at console.groq.com
WHISPER_MODEL=base # tiny | base | small | medium | large
EMBEDDING_MODEL=all-MiniLM-L6-v2 # local embedding model
GROQ_MODEL=llama-3.1-8b-instant # Groq model for Q&A
CHROMA_DB_PATH=./chroma_db # where to persist the vector DB💡 ヒント
最速の文字起こしには
WHISPER_MODEL=tinyを使用(精度は低め)高精度には
WHISPER_MODEL=mediumを使用(低速)初回実行時は Whisper と埋め込みモデル(各約 200MB)をダウンロード — 以降は即時実行
ChromaDB データは
./chroma_db/に再起動後も保持されます
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
Multimodal video analysis MCP — transcription, vision, and OCR for any video URL.
Any social-video URL → transcript, metadata, frames, OCR, summary, search, Q&A. MCP server + x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/aymanz12/-MCP-Powered-Video-RAG-'
If you have feedback or need assistance with the MCP directory API, please join our Discord server