Skip to main content
Glama

Chrome DevTools MCP

Official
run-tests.yml1.41 kB
name: Compile and run tests permissions: read-all on: push: branches: - main pull_request: jobs: run-tests: name: Tests on ${{ matrix.os }} with node ${{ matrix.node }} runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: - ubuntu-latest - windows-latest - macos-latest node: - 22.12.0 - 22 - 23 - 24 steps: - name: Check out repository uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 2 - name: Set up Node.js uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: cache: npm node-version: ${{ matrix.node }} - name: Install dependencies shell: bash run: npm ci - name: Disable AppArmor if: ${{ matrix.os == 'ubuntu-latest' }} shell: bash run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns - name: Run tests shell: bash run: npm run test # Gating job for branch protection. test-success: name: '[Required] Tests passed' runs-on: ubuntu-latest needs: run-tests if: ${{ !cancelled() }} steps: - if: ${{ needs.run-tests.result != 'success' }} run: 'exit 1' - run: 'exit 0'

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/ChromeDevTools/chrome-devtools-mcp'

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