Skip to main content
Glama

ZenML MCP Server

Official
by zenml-io
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json", "name": "io.github.zenml-io/mcp-zenml", "description": "MCP server for ZenML - browse stacks, pipelines, runs, artifacts & trigger pipeline runs via API", "status": "active", "repository": { "url": "https://github.com/zenml-io/mcp-zenml", "source": "github" }, "version": "1.0.3", "packages": [ { "registry_type": "oci", "registry_base_url": "https://docker.io", "identifier": "zenmldocker/mcp-zenml", "version": "1.0.3", "transport": { "type": "stdio" }, "environment_variables": [ { "description": "Base URL of your ZenML server (e.g., https://<workspace-id>-zenml.cloudinfra.zenml.io).", "is_required": true, "format": "string", "is_secret": false, "name": "ZENML_STORE_URL" }, { "description": "API key used to authenticate with your ZenML server (ideally a service account key).", "is_required": true, "format": "string", "is_secret": true, "name": "ZENML_STORE_API_KEY" } ] } ] }

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