Skip to main content
Glama
docker-compose.ymlβ€’575 B
# Recommended production deployment (Streamable HTTP mode) services: playwright-mcp: build: context: . dockerfile: Dockerfile image: ghcr.io/aakashh242/mcp-playwright:latest container_name: playwright-mcp-server stdin_open: true tty: true command: ["--http", "--listen", "0.0.0.0", "--port", "8000", "--path", "/mcp", "--host-name", "<your-dockerhost-host-name>"] ports: - "8000:8000" environment: - PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 volumes: - ./data/app-data:/app/data - ./data/resource-data:/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/aakashH242/mcp-playwright'

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