Skip to main content
Glama
by garylab
push-to-pypi.yaml531 B
name: Publish Python distribution to PyPI on: push: tags: - '*' jobs: run: name: "Build and publish release" runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Install uv uses: astral-sh/setup-uv@v3 with: enable-cache: true cache-dependency-glob: uv.lock - name: Set up Python run: uv python install 3.11 - name: Build run: uv build - name: Publish run: uv publish -t ${{ secrets.PYPI_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/garylab/serper-mcp-server'

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