We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vibheksoni/stealth-browser-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
runtime: "container"
build:
dockerfile: "Dockerfile"
dockerBuildPath: "."
startCommand:
type: "http"
configSchema:
type: "object"
properties:
debug:
type: "boolean"
title: "Debug Mode"
description: "Enable debug logging for troubleshooting"
default: false
headless:
type: "boolean"
title: "Headless Mode"
description: "Run browser in headless mode (recommended for production)"
default: true
timeout:
type: "number"
title: "Request Timeout"
description: "Request timeout in milliseconds"
default: 30000
minimum: 5000
maximum: 120000
required: []
exampleConfig:
debug: false
headless: true
timeout: 30000
env:
PYTHONUNBUFFERED: "1"
PYTHONDONTWRITEBYTECODE: "1"