Skip to main content
Glama

Playwright MCP

by furugen
docker-compose.yml582 B
version: '3.8' services: playwright-mcp: build: . container_name: playwright-mcp-server ports: - "${MCP_HOST_PORT:-8931}:8931" environment: - DEBUG=${DEBUG:-} - MCP_OUTPUT_DIR=/app/output volumes: - ./output:/app/output - ./config:/app/config:ro restart: unless-stopped healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8931/health"] interval: 30s timeout: 10s retries: 3 start_period: 10s networks: - playwright-network networks: playwright-network: driver: bridge

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

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