We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nickweedon/playwritght-proxy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example.instance-overrides•1015 B
# Instance Override Configuration Example
#
# This demonstrates the full three-level hierarchy:
# Global → Pool → Instance
#
# Each instance can have different browser settings, aliases, etc.
# Global defaults
PW_MCP_PROXY_BROWSER=chromium
PW_MCP_PROXY_HEADLESS=true
PW_MCP_PROXY_TIMEOUT_ACTION=15000
# Pool configuration
PW_MCP_PROXY__BROWSERS_INSTANCES=3
PW_MCP_PROXY__BROWSERS_IS_DEFAULT=true
PW_MCP_PROXY__BROWSERS_DESCRIPTION="Mixed browser pool"
# Instance 0: Microsoft Edge (headless)
PW_MCP_PROXY__BROWSERS__0_BROWSER=msedge
PW_MCP_PROXY__BROWSERS__0_ALIAS=edge_main
# Inherits HEADLESS=true from global
# Instance 1: Firefox (headed for debugging)
PW_MCP_PROXY__BROWSERS__1_BROWSER=firefox
PW_MCP_PROXY__BROWSERS__1_HEADLESS=false
PW_MCP_PROXY__BROWSERS__1_ALIAS=firefox_debug
PW_MCP_PROXY__BROWSERS__1_TIMEOUT_ACTION=30000
# Instance 2: Chromium (uses all global/pool defaults)
# No overrides - uses BROWSER=chromium, HEADLESS=true from global
# Blob storage
BLOB_STORAGE_ROOT=/mnt/blob-storage