Skip to main content
Glama

mcp-playwright

docker-compose.yml527 B
services: playwright-mcp: build: context: . dockerfile: Dockerfile image: mcp-playwright:latest container_name: playwright-mcp-server stdin_open: true tty: true # MCP servers communicate via stdio # You can interact with this container using: # docker compose run --rm playwright-mcp environment: # Skip browser download in container - PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 # Optionally mount a volume for persistent data # volumes: # - ./data:/app/data

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