Skip to main content
Glama

ZenML MCP Server

Official
by zenml-io
pr-test.yml1.12 kB
name: PR Tests on: pull_request: branches: [main] paths-ignore: ["assets/**"] push: branches: [main] concurrency: # New commit on branch cancels running workflows of the same branch group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true permissions: contents: read jobs: test: runs-on: ubuntu-latest env: ZENML_DISABLE_RICH_LOGGING: "1" ZENML_LOGGING_COLORS_DISABLED: "true" ZENML_ANALYTICS_OPT_IN: "false" PYTHONIOENCODING: "UTF-8" PYTHONUNBUFFERED: "1" ZENML_STORE_URL: ${{ secrets.ZENML_STORE_URL }} ZENML_STORE_API_KEY: ${{ secrets.ZENML_STORE_API_KEY }} steps: - name: Checkout repository uses: actions/checkout@v4 - name: Set up Python 3.12 uses: actions/setup-python@v5 with: python-version: "3.12" - name: Install uv uses: astral-sh/setup-uv@v5 with: enable-cache: true - name: Run MCP smoke test run: | echo "Running MCP smoke test..." uv run scripts/test_mcp_server.py server/zenml_server.py

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/zenml-io/mcp-zenml'

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