We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/labeveryday/youtube-mcp-server-enhanced'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# YouTube MCP Server Configuration
# Copy this file to .env and adjust values as needed
# Rate limiting (e.g., "500K" for 500KB/s, "1M" for 1MB/s)
YOUTUBE_RATE_LIMIT=500K
# Retry configuration
YOUTUBE_MAX_RETRIES=5
YOUTUBE_RETRY_DELAY=2.0
YOUTUBE_TIMEOUT=600
# Caching
YOUTUBE_ENABLE_CACHE=true
YOUTUBE_CACHE_TTL=3600
# Logging level (DEBUG, INFO, WARNING, ERROR)
LOG_LEVEL=INFO