Skip to main content
Glama

WebSee MCP Server

by 1AQuantum
.env.example1.21 kB
# WebSee MCP Server - Environment Configuration # Browser Selection # Options: chromium, firefox, webkit # Default: chromium BROWSER=chromium # Headless Mode # Run browser without UI # Options: true, false # Default: true HEADLESS=true # Project Root # Root directory of the project being analyzed # Used for resolving build artifacts # Default: current directory PROJECT_ROOT=. # Optional: Source Map Configuration # Enable/disable source map resolution # Default: true # ENABLE_SOURCE_MAPS=true # Optional: Source Map Cache Size # Number of source maps to cache in memory # Default: 100 # SOURCE_MAP_CACHE_SIZE=100 # Optional: Component Tracking # Enable/disable component tracking # Default: true # ENABLE_COMPONENT_TRACKING=true # Optional: Network Tracing # Enable/disable network request tracing # Default: true # ENABLE_NETWORK_TRACING=true # Optional: Build Analysis # Enable/disable build artifact analysis # Default: true # ENABLE_BUILD_ANALYSIS=true # Optional: Debug Mode # Enable additional debug logging (use only for development) # Default: false # DEBUG=false # Optional: MCP Output Token Limit # Maximum tokens for MCP tool output # Default: 25000 # MAX_MCP_OUTPUT_TOKENS=25000

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/1AQuantum/websee-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server