What is the io.github.zenml-io/mcp-zenml MCP server?
MCP server for ZenML - browse stacks, pipelines, runs, artifacts & trigger pipeline runs via API
How to install io.github.zenml-io/mcp-zenml
Copy-paste configuration for popular MCP clients.
ZENML_STORE_URLrequiredBase URL of your ZenML server (e.g., https://<workspace-id>-zenml.cloudinfra.zenml.io).
ZENML_STORE_API_KEYrequiredsecretAPI key used to authenticate with your ZenML server (ideally a service account key).
{
"mcpServers": {
"mcp-zenml": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/zenmldocker/mcp-zenml:1.5.1"
],
"env": {
"ZENML_STORE_URL": "<YOUR_ZENML_STORE_URL>",
"ZENML_STORE_API_KEY": "<YOUR_ZENML_STORE_API_KEY>"
}
}
}
}{
"mcpServers": {
"mcp-zenml": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/zenmldocker/mcp-zenml:1.5.1"
],
"env": {
"ZENML_STORE_URL": "<YOUR_ZENML_STORE_URL>",
"ZENML_STORE_API_KEY": "<YOUR_ZENML_STORE_API_KEY>"
}
}
}
}{
"mcpServers": {
"mcp-zenml": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/zenmldocker/mcp-zenml:1.5.1"
],
"env": {
"ZENML_STORE_URL": "<YOUR_ZENML_STORE_URL>",
"ZENML_STORE_API_KEY": "<YOUR_ZENML_STORE_API_KEY>"
}
}
}
}{
"servers": {
"mcp-zenml": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/zenmldocker/mcp-zenml:1.5.1"
],
"env": {
"ZENML_STORE_URL": "<YOUR_ZENML_STORE_URL>",
"ZENML_STORE_API_KEY": "<YOUR_ZENML_STORE_API_KEY>"
}
}
}
}claude mcp add mcp-zenml --env ZENML_STORE_URL=<YOUR_ZENML_STORE_URL> --env ZENML_STORE_API_KEY=<YOUR_ZENML_STORE_API_KEY> -- docker run -i --rm docker.io/zenmldocker/mcp-zenml:1.5.1Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.