Skip to main content
Glama

BrowserStack MCP server

Official
mcp-ci.yml500 B
name: Browserstack MCP CI on: pull_request_review: types: [submitted] jobs: test: if: github.event.pull_request.base.ref == 'main' && github.event.review.state == 'approved' runs-on: ubuntu-latest strategy: matrix: node-version: [22.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm test

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