← Back to Plugins
MCP Server MCP

io.github.zenml-io/mcp-zenml

github By github 👁 3 views ▲ 0 votes

MCP server for ZenML - browse stacks, pipelines, runs, artifacts & trigger pipeline runs via API

Homepage Verified source GitHub

Install

oci:docker.io/zenmldocker/mcp-zenml:1.5.1

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/zenmldocker/mcp-zenml:1.5.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of your ZenML server (e.g., https://<workspace-id>-zenml.cloudinfra.zenml.io).",
          "isRequired": true,
          "format": "string",
          "name": "ZENML_STORE_URL"
        },
        {
          "description": "API key used to authenticate with your ZenML server (ideally a service account key).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ZENML_STORE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...