Loading MCP server directory, please wait...
MCP server for ZenML - browse stacks, pipelines, runs, artifacts & trigger pipeline runs via API
npx @getmcp/cli add io.github.zenml-io/mcp-zenmlRequires Docker Engine. Community-contributed server. Review source before installing.
ZENML_STORE_URLBase URL of your ZenML server (e.g., https://<workspace-id>-zenml.cloudinfra.zenml.io).
ZENML_STORE_API_KEYAPI key used to authenticate with your ZenML server (ideally a service account key).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.zenml-io/mcp-zenml": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ZENML_STORE_URL",
"-e",
"ZENML_STORE_API_KEY",
"docker.io/zenmldocker/mcp-zenml:1.5.0"
],
"env": {
"ZENML_STORE_URL": "",
"ZENML_STORE_API_KEY": ""
}
}
}
}