Skip to main content
Glama

MCP Server Make

by wrale
release.yml650 B
name: Release on: release: types: [published] permissions: contents: read id-token: write jobs: release: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: python-version: "3.12" - name: Install build dependencies run: python -m pip install --upgrade pip build twine - name: Build package run: python -m build - name: Test wheel run: | python -m pip install dist/*.whl mcp-server-make --help - 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/wrale/mcp-server-make'

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