Skip to main content
Glama

BrowserStack MCP server

Official
get-auth.ts391 B
import { BrowserStackConfig } from "../lib/types.js"; export function getBrowserStackAuth(config: BrowserStackConfig): string { const username = config["browserstack-username"]; const accessKey = config["browserstack-access-key"]; if (!username || !accessKey) { throw new Error("BrowserStack credentials not set on server.authHeaders"); } return `${username}:${accessKey}`; }

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/browserstack/mcp-server'

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