Skip to main content
Glama

Playwright MCP

by furugen
railway.toml497 B
[build] builder = "dockerfile" dockerfilePath = "Dockerfile" [deploy] restartPolicyType = "on_failure" restartPolicyMaxRetries = 3 # Disable health check for now - MCP servers don't have standard health endpoints # healthcheckPath = "/sse" # healthcheckTimeout = 300 [environments.production] variables = { NODE_ENV = "production", PLAYWRIGHT_BROWSERS_PATH = "/ms-playwright", PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1", MCP_WEBSOCKET_TIMEOUT = "10000", MCP_CONNECTION_TIMEOUT = "15000" }

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