MCP Server
MCP
io.github.zenml-io/mcp-zenml
MCP server for ZenML - browse stacks, pipelines, runs, artifacts & trigger pipeline runs via API
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
By
Comments
Sign in to leave a comment