Skip to main content
Glama

Github Project Manager

pull-request.yml1.29 kB
name: Pull Request Workflow on: pull_request: branches: [main, master, develop] types: [opened, synchronize, reopened] jobs: build-and-test: name: Build and Test runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: "22" cache: "npm" - name: Cache Turborepo uses: actions/cache@v3 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }} restore-keys: | ${{ runner.os }}-turbo- - name: Install dependencies run: npm ci - name: Check formatting run: npm run format:check - name: Lint run: npm run lint - name: Build run: npm run build validate-lockfile: name: Validate package-lock.json runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: "22" - name: Validate lockfile run: npx lockfile-lint --path package-lock.json --allowed-hosts npm --validate-https

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/Monsoft-Solutions/model-context-protocols'

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