Skip to main content
Glama

WhatsApp Web MCP

by pnizer
Dockerfile913 B
FROM node:22-bookworm-slim ENV DEBIAN_FRONTEND=noninteractive # for arm64 support we need to install chromium provided by debian # npm ERR! The chromium binary is not available for arm64. # https://github.com/puppeteer/puppeteer/issues/7740 ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium RUN apt-get update && \ apt-get install -y wget gnupg && \ apt-get install -y fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf libxss1 \ libgtk2.0-0 libnss3 libatk-bridge2.0-0 libdrm2 libxkbcommon0 libgbm1 libasound2 && \ apt-get install -y chromium && \ apt-get clean WORKDIR /project # Copy all necessary files first COPY package*.json tsconfig.json ./ COPY src/ ./src/ # Then install and build RUN npm install RUN npm run build ENV DOCKER_CONTAINER=true ENTRYPOINT ["node", "dist/main.js"] # docker run -it --entr

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/pnizer/wweb-mcp'

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