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.single-pool•649 B
# Single Pool Configuration Example
#
# This is the simplest pool configuration - one pool with multiple instances.
# All instances share the same browser configuration.
# Global defaults (applied to all pools)
PW_MCP_PROXY_BROWSER=chromium
PW_MCP_PROXY_HEADLESS=true
PW_MCP_PROXY_TIMEOUT_ACTION=15000
PW_MCP_PROXY_TIMEOUT_NAVIGATION=5000
# Pool definition (required)
PW_MCP_PROXY__DEFAULT_INSTANCES=3
PW_MCP_PROXY__DEFAULT_IS_DEFAULT=true
PW_MCP_PROXY__DEFAULT_DESCRIPTION="General-purpose browser automation pool"
# Blob storage configuration
BLOB_STORAGE_ROOT=/mnt/blob-storage
BLOB_MAX_SIZE_MB=500
BLOB_TTL_HOURS=24
BLOB_SIZE_THRESHOLD_KB=50