MCP Server for ZenML
@zenml-io
MCP Server for ZenML について
MCP server to connect an MCP client (Cursor, Claude Desktop etc) with your ZenML MLOps and LLMOps pipelines
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-zenml": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-zenml:apps",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server for ZenML?
MCP Server for ZenML is an MCP server that provides standardized tools for Large Language Models to interact with the ZenML API. It allows AI applications to read core entities (users, stacks, pipelines, models) and trigger pipeline runs, making live ML platform data accessible through the Model Context Protocol.
How to use MCP Server for ZenML?
The easiest way is through the ZenML dashboard's MCP Settings page, which provides pre-configured snippets and one-click installation. For manual setup, you can run the server via Docker (especially for MCP Apps with Streamable HTTP transport) or using uv. Configuration requires a ZenML server URL, API key, and optionally an active project ID.
Key features of MCP Server for ZenML
- List and get details on users, stacks, components, and flavors
- Browse pipeline definitions, runs, steps, schedules, and artifacts
- Read metadata about models, model versions, services, and deployments
- Trigger new pipeline runs using snapshots or run templates
- Diagnose server setup with environment and connectivity checks
- Open interactive dashboards via experimental MCP Apps
Use cases of MCP Server for ZenML
- Discover project context and find runnable snapshots for a pipeline
- Trigger a new pipeline run and monitor its deployment status
- Analyze recent pipeline runs and stack component usage
- Retrieve step logs, source code, and artifact metadata for debugging
- Diagnose ZenML server connectivity and authentication issues
FAQ from MCP Server for ZenML
What is MCP?
MCP (Model Context Protocol) is an open standard that lets AI applications connect to data sources and tools in a uniform way, like a “USB-C port for AI.”
What is ZenML?
ZenML is an open-source platform for building and managing ML and AI pipelines, providing a unified interface for data, models, and experiments.
What transport does the server use for MCP Apps?
MCP Apps require Streamable HTTP transport; they cannot work via stdio.
Which AI clients currently support MCP Apps?
VS Code (Insiders), Goose, and ChatGPT (launching soon). Claude Desktop and Claude.ai do not yet support Apps as of late January 2026.
How do I migrate from Run Templates to Snapshots?
Replace list_run_templates() with list_snapshots(runnable=True, named_only=True), get_run_template(name) with get_snapshot(name, include_config_schema=True), and trigger_pipeline(template_id=...) with trigger_pipeline(snapshot_name_or_id=...).
「その他」の他のコンテンツ
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
コメント