mcp zenml for Cline
io.github.zenml-io/mcp-zenml
MCP server for discovering, reading, and changing ZenML resources with compact generic tools
client:Cline
transport:stdio
runtime:oci
Install mcp zenml in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-zenml": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/zenmldocker/mcp-zenml:2.0.0"
],
"env": {
"ZENML_STORE_URL": "<ZENML_STORE_URL>",
"ZENML_STORE_API_KEY": "<ZENML_STORE_API_KEY>",
"ZENML_MCP_PROFILE": "<ZENML_MCP_PROFILE>",
"ZENML_MCP_WRITE_POLICY": "<ZENML_MCP_WRITE_POLICY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs