Skip to main content
Glama

YouTube Search MCP Server

by KnightMode
.gitignore583 B
# Environment variables and secrets .env .env.local .env.*.local *.key *api_key* *API_KEY* # Virtual environment venv/ env/ .venv/ .env/ # Python cache __pycache__/ *.py[cod] *$py.class *.so # IDE files .vscode/ .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs *.log logs/ # Testing .pytest_cache/ .coverage htmlcov/ # Build artifacts build/ dist/ *.egg-info/ # Jupyter Notebook .ipynb_checkpoints # Local configuration files that might contain secrets config.local.json secrets.json credentials.json

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

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