Skip to main content
Glama

mcp-playwright

docker-build.sh585 B
#!/bin/bash # Build script for Docker image # This ensures the project and dependencies are properly prepared set -e echo "Building MCP Playwright Server for Docker..." # Clean and install production dependencies echo "Installing production dependencies..." npm install --omit=dev # Build the TypeScript project echo "Building TypeScript project..." npm run build # Build the Docker image echo "Building Docker image..." docker build -t mcp-playwright:latest . echo "Build complete! Image: mcp-playwright:latest" echo "" echo "Run with: docker run -i --rm mcp-playwright:latest"

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/executeautomation/mcp-playwright'

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