Skip to main content
Glama

MCP-Server-Playwright

Dockerfile780 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # Use a Node.js image as the base for building FROM node:20 AS builder # Set the working directory WORKDIR /app # Copy package.json and package-lock.json COPY package.json ./ # Install dependencies RUN npm install # Copy the rest of the application code COPY . . # Build the application RUN npm run build # Use a smaller Node.js image for the final output FROM node:20-slim AS release # Set the working directory WORKDIR /app # Copy the built application from the builder stage COPY --from=builder /app/dist /app/dist COPY --from=builder /app/package.json /app/package-lock.json /app/node_modules ./ # Define the entry point for the Docker container ENTRYPOINT ["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/Automata-Labs-team/MCP-Server-Playwright'

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