#!/bin/sh
# Set the PORT environment variable if not set
export PORT=${PORT:-8081}
# Start the server with explicit host binding
# The server may ignore --host flag, so we'll use a different approach
exec node cli.js --headless --browser chromium --no-sandbox --port $PORT
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/enriquedlh97/playwright-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server