Skip to main content
Glama
publish.ymlβ€’664 B
name: Publish to PyPI on: push: tags: - "v0.*" - "v0.*.*" - "v0.*.*.*" jobs: build-and-publish: runs-on: ubuntu-latest permissions: contents: read id-token: write # Required for trusted publishing steps: - uses: actions/checkout@v5 - uses: actions/setup-python@v6 with: python-version: "3.10" - name: Install build tools run: | python -m pip install --upgrade pip python -m pip install --upgrade build - name: Build distributions run: python -m build - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1

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/mnemexai/mnemex'

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