Skip to main content
Glama
publish-pypi.yml643 B
name: Publish to PyPI on: push: tags: - 'v*.*.*' permissions: id-token: write contents: read jobs: pypi: name: Publish to PyPI runs-on: ubuntu-latest environment: name: pypi url: https://pypi.org/project/agent-mcp-gateway/ steps: - name: Checkout repository uses: actions/checkout@v4 - name: Install uv uses: astral-sh/setup-uv@v6 with: enable-cache: true - name: Install Python run: uv python install 3.12 - name: Build distributions run: uv build --no-sources - name: Publish to PyPI run: uv publish

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/roddutra/agent-mcp-gateway'

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