Skip to main content
Glama

Playwright SSE MCP Server

by torohash
Dockerfile502 B
FROM node:23 RUN apt-get update && apt-get install -y \ wget \ gnupg \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* RUN npx playwright install-deps WORKDIR /app RUN mkdir -p /app/node_modules && chown -R node:node /app USER node COPY --chown=node:node ./package*.json ./ RUN npm install COPY --chown=node:node ./ ./ RUN npx playwright install chromium # デフォルトポートは3002ですが、環境変数PORTで上書き可能です EXPOSE 3002 CMD ["npm", "start"]

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/torohash/playwright-sse-mcp-server'

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