Skip to main content
Glama

MCP Selenium

FROM node:18-alpine # Install Chrome and dependencies RUN apk update && apk add --no-cache \ chromium \ chromium-chromedriver \ nss \ freetype \ freetype-dev \ harfbuzz \ ca-certificates \ ttf-freefont \ udev \ ttf-opensans \ chromium-chromedriver # Set Chrome environment variables ENV CHROME_BIN=/usr/bin/chromium-browser ENV CHROME_PATH=/usr/lib/chromium/ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true WORKDIR /app # Copy package files COPY package*.json ./ # Install dependencies RUN npm install # Copy application code COPY . . # Start the MCP server CMD ["node", "src/lib/server.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/angiejones/mcp-selenium'

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