Skip to main content
Glama

YouTube MCP Server

.gitignore1.57 kB
# YouTube MCP Server - .gitignore # Credentials and sensitive files credentials.yml .env .env.local .env.production .env.staging *.key *.pem config.json # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ .python-version # IDE and editor files .vscode/ .idea/ *.swp *.swo *~ .DS_Store Thumbs.db # Backup files (development) *backup* *_backup_* *.backup *.bak # Logs *.log logs/ .npm # Testing .coverage .pytest_cache/ .tox/ .nox/ coverage.xml *.cover *.py,cover .hypothesis/ # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # pyenv .python-version # pipenv Pipfile.lock # PEP 582 __pypackages__/ # Celery celerybeat-schedule celerybeat.pid # SageMath parsed files *.sage.py # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # PyCharm .idea/ # Claude Desktop configuration (user-specific) claude_desktop_config.json # Temporary files *.tmp *.temp .temporary/ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Archive files *.7z *.dmg *.gz *.iso *.jar *.rar *.tar *.zip # Local development .local/ local/ dev/ development/

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/dannySubsense/youtube-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server