Skip to main content
Glama

Github Project Manager

release.yml1.58 kB
name: Release on: push: branches: - main concurrency: ${{ github.workflow }}-${{ github.ref }} jobs: build-test-deploy: name: Build, Test, and Deploy 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: Install dependencies run: npm ci - name: Cache Turborepo uses: actions/cache@v3 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }} restore-keys: | ${{ runner.os }}-turbo- - name: Lint run: npm run lint - name: Build run: npm run build release: name: Release runs-on: ubuntu-latest steps: - name: Checkout Repo uses: actions/checkout@v3 with: fetch-depth: 0 - name: Setup Node.js uses: actions/setup-node@v3 with: node-version: 22 cache: "npm" - name: Install Dependencies run: npm ci - name: Create Release Pull Request or Publish to npm id: changesets uses: changesets/action@v1 with: publish: npm run release version: npm run version-packages commit: "chore: version packages" title: "chore: version packages" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

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