Skip to main content
Glama
deploy-docs.yml973 B
name: Deploy Documentation on: # Allows you to manually trigger this workflow from the Actions tab workflow_dispatch: # Automatically trigger on pushes to main IF docs changed push: branches: - main paths: - "docs/**" - "mkdocs.yml" - ".github/workflows/deploy-docs.yml" jobs: deploy: runs-on: ubuntu-latest permissions: contents: write steps: - name: Check out code uses: actions/checkout@v5 with: fetch-depth: 0 - name: Set up Python environment uses: ./.github/actions/setup-python-env with: python-version: "3.11" uv-version: "0.5.20" - name: Configure Git User run: | git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - name: Deploy documentation using MkDocs run: | uv run mkdocs gh-deploy --force

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/genomoncology/biomcp'

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