Skip to main content
Glama
docs-jekyll.yml1.27 kB
name: Build and Deploy Jekyll Documentation on: push: branches: [ main, dev ] paths: - 'docs/**' - '.github/workflows/docs-jekyll.yml' pull_request: branches: [ main ] paths: - 'docs/**' permissions: contents: read pages: write id-token: write concurrency: group: "pages" cancel-in-progress: false jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v6 - name: Setup Ruby uses: ruby/setup-ruby@v1 with: ruby-version: '2.7' bundler-cache: true working-directory: ./docs - name: Install dependencies run: | cd docs bundle install - name: Build Jekyll site run: | cd docs bundle exec jekyll build --baseurl="/oparl-mcp-server" - name: Upload artifact uses: actions/upload-pages-artifact@v4 with: path: ./docs/_site deploy: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest needs: build if: github.ref == 'refs/heads/main' steps: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4

Latest Blog Posts

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/jtwolfe/oparl-mcp-server'

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