Skip to main content
Glama

mcp-youtube

by kirbah
Dockerfile561 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM node:lts-alpine # Create app directory WORKDIR /app # Install app dependencies COPY package*.json ./ # Use npm ci to install dependencies without running scripts RUN npm ci --ignore-scripts # Copy all project files COPY . . # Build the project RUN npm run build # Set environment variables for Docker (actual values should be provided at runtime) ENV YOUTUBE_API_KEY="" ENV MDB_MCP_CONNECTION_STRING="" # Command to run the MCP server CMD ["node", "dist/index.js"]

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