# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
FROM node:lts-alpine
WORKDIR /app
# Install dependencies
COPY package.json ./
# If a package-lock.json exists, uncomment the next line
# COPY package-lock.json ./
RUN npm install --ignore-scripts
# Copy project files
COPY . .
# Set default environment variables required for Google Meet MCP server
ENV GOOGLE_MEET_CREDENTIALS_PATH=credentials.json
ENV GOOGLE_MEET_TOKEN_PATH=token.json
# Create a non-root user and switch to it
RUN addgroup -S appgroup && adduser -S appuser -G appgroup
USER appuser
# Start the MCP server
CMD ["node", "src/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/cool-man-vk/google-meet-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server