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.wsl-windows•589 B
# WSL to Windows Configuration Example
#
# Use this when running the proxy from WSL but want to use Windows browsers.
# Requires Windows Node.js and Playwright browsers installed on Windows host.
# Global: Use Windows Node.js from WSL
PW_MCP_PROXY_WSL_WINDOWS=true
PW_MCP_PROXY_BROWSER=msedge
PW_MCP_PROXY_HEADLESS=false
PW_MCP_PROXY_VIEWPORT_SIZE=1920x1080
# Pool configuration
PW_MCP_PROXY__WINDOWS_INSTANCES=2
PW_MCP_PROXY__WINDOWS_IS_DEFAULT=true
PW_MCP_PROXY__WINDOWS_DESCRIPTION="Windows browsers controlled from WSL"
# Blob storage (WSL path)
BLOB_STORAGE_ROOT=/mnt/blob-storage