Back to Home
mufradhossain icon

antigravity-youtube-rag

Verified Safe

by mufradhossain

Overview

An MCP server for retrieving, indexing, and performing semantic search on YouTube video transcripts.

Installation

Run Command
docker-compose up --build

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-21

Tags

RAGYouTubeChromaDBSemantic SearchTranscript