← Index

io.github.zenml-io/mcp-zenml

io.github.zenml-io/mcp-zenml·v1.5.1·Other
Quality Score
84
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "mcp-zenml": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/zenmldocker/mcp-zenml:1.5.1"
      ],
      "env": {
        "ZENML_STORE_URL": "<zenml_store_url>",
        "ZENML_STORE_API_KEY": "<your-zenml_store_api_key>"
      }
    }
  }
}
§02  Environment variables
ZENML_STORE_URL
required

Base URL of your ZenML server (e.g., https://<workspace-id>-zenml.cloudinfra.zenml.io).

ZENML_STORE_API_KEY
requiredsecret

API key used to authenticate with your ZenML server (ideally a service account key).

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other