Skip to main content
Glama

MCP Server for Apache Airflow

by yangkyeongmo
name: Publish Python Package on: release: types: [created] jobs: publish: runs-on: ubuntu-latest permissions: contents: read id-token: write # Required for trusted publishing steps: - name: Checkout repository uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v4 with: python-version: '3.x' - name: Install dependencies run: pip install build - name: Build package run: python -m build - name: Publish package to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} # Alternatively, if using trusted publishing (recommended): # See: https://docs.pypi.org/trusted-publishers/ # attestation-check-repository: yangkyeongmo/mcp-server-apache-airflow # attestation-check-workflow: publish.yml # Optional: if your workflow file is named differently

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/yangkyeongmo/mcp-server-apache-airflow'

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