Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
docs.yml1.09 kB
name: GitHub Pages on: workflow_dispatch: push: branches: - main - dev # tags: # - "[0-9]+.[0-9]+.[0-9]+" permissions: contents: write jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: submodules: "recursive" fetch-depth: 10 - uses: actions/setup-node@v4 with: node-version: "22" cache: yarn - run: yarn install --frozen-lockfile - run: yarn playwright install - name: compile run: yarn compile:action - name: Build slides run: yarn build:slides - name: Build docs run: yarn build:docs - name: no jekyll run: touch docs/dist/.nojekyll - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4.6.4 with: folder: docs/dist single-commit: true

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/microsoft/genaiscript'

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