Skip to main content
Glama
codeql-analysis.yml1.11 kB
name: Security Scan (CodeQL) on: push: branches: [ main ] pull_request: branches: [ main ] schedule: - cron: '0 0 * * 1' # Weekly on Mondays at midnight UTC permissions: contents: read security-events: write actions: read jobs: analyze: name: CodeQL Analysis runs-on: ubuntu-latest strategy: fail-fast: false matrix: language: [ 'javascript' ] steps: - name: Checkout repository uses: actions/checkout@v5 - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} queries: security-extended,security-and-quality - name: Setup Node.js uses: actions/setup-node@v6 with: node-version: '20' cache: 'npm' - name: Install dependencies run: npm ci - name: Build project run: npm run build - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}"

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/jhomen368/overseerr-mcp'

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