Skip to main content
Glama

mcp-youtube

by kirbah
install_nvm.sh512 B
#!/usr/bin/env bash # This script installs the necessary environment for the project. # Download and install nvm: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash # in lieu of restarting the shell \. "$HOME/.nvm/nvm.sh" # Download and install Node.js: nvm install 22 # Verify the Node.js version: node -v # Should print "v22.16.0". nvm current # Should print "v22.16.0". # Verify npm version: npm -v # Should print "10.9.2". # Install the project npm ci npm run build:stdio

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

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