← Back to browse

mcp-zenml

Indexed by io.github.zenml-io

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsZENML_STORE_URL ZENML_STORE_API_KEY
Claude Code
claude mcp add --env ZENML_STORE_URL= --env ZENML_STORE_API_KEY= mcp-zenml -- docker docker.io/zenmldocker/mcp-zenml:1.5.1
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-zenml","command":"docker","args":["docker.io/zenmldocker/mcp-zenml:1.5.1"],"env":{"ZENML_STORE_URL":"","ZENML_STORE_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "mcp-zenml": {
      "command": "docker",
      "args": [
        "docker.io/zenmldocker/mcp-zenml:1.5.1"
      ],
      "env": {
        "ZENML_STORE_URL": "",
        "ZENML_STORE_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.