Skip to main content
Glama
publish_docs.yml840 B
name: Deploy Documentation on: push: branches: [ main ] jobs: deploy-docs: runs-on: ubuntu-latest permissions: contents: write steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Configure Git credentials run: | git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com - name: Install uv uses: astral-sh/setup-uv@v6 with: version: ${{ vars.CI_UV_VERSION }} enable-cache: true - name: Install Python run: uv python install - name: Install dependencies run: | uv sync --locked --dev uv pip list - name: Deploy documentation run: | uv run mkdocs gh-deploy --force

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/gradion-ai/ipybox'

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