Back to directory
zenml-io/mcp-zenml

zenml-io/mcp-zenml

@zenml-io

MCP server to connect an MCP client (Cursor, Claude Desktop etc) with your ZenML MLOps and LLMOps pipelines

mlopsllmopspipelinemachine-learningzenmlmcp-servercloud

Installation & Configuration

{
  "mcpServers": {
    "zenml": {
      "command": "uv",
      "args": [
        "run",
        "server/zenml_server.py"
      ],
      "env": {
        "ZENML_STORE_URL": "https://your-zenml-server-goes-here.com",
        "ZENML_STORE_API_KEY": "your-api-key-here"
      }
    }
  }
}

Information

Transport
stdiostreamable-http
Language
Python
Created
2026/6/12
Updated
2026/6/12