antigravity-youtube-rag
Verified Safeby mufradhossain
Overview
An MCP server for retrieving, indexing, and performing semantic search on YouTube video transcripts.
Installation
docker-compose up --buildEnvironment Variables
- CHROMA_PERSIST_DIRECTORY
- EMBEDDING_MODEL
- LOG_LEVEL
Security Notes
The server code itself is clean with no obvious malicious patterns, hardcoded secrets, or misuse of `eval`. It uses `youtube-transcript-api` for transcript fetching and `huggingface_hub` for model download, which are reputable. Network activity is confined to these services and the local MCP server. Minor deductions for `os.system` usage in `setup_model.py` (for installing `huggingface_hub` if missing) and `subprocess.run` in `inspect_docker.py`, though used in a controlled context for setup/inspection scripts.
Similar Servers
concept-rag
This MCP server provides conceptual search, document analysis, and library exploration capabilities over a knowledge base using LanceDB and LLM-based concept extraction.
fetch-mcp
Serves as an MCP server to fetch URLs and YouTube video transcripts efficiently.
youtube-transcript-mcp
Provides a Model Context Protocol (MCP) server for fetching YouTube video transcripts using yt-dlp, designed for integration with AI tools like Claude Desktop and other HTTP clients.
get-youtube-video-transcript-mcp
This MCP server retrieves transcripts/subtitles and titles from YouTube videos using yt-dlp.