Skip to content

Commit 1ccba80

Browse files
committed
Add dxt and manifest.json for Anthropic
1 parent 5665b3b commit 1ccba80

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dxt_version": "0.1",
33
"name": "mcp-zenml",
44
"version": "1.0.0",
5-
"description": "MCP server to connect an MCP client (Cursor, Claude Desktop etc) with your ZenML MLOps and LLMOps pipelines",
5+
"description": "MCP server to connect an MCP client with your ZenML MLOps and LLMOps pipelines",
66
"long_description": "The server provides MCP tools to access core read functionality from the ZenML server, delivering live information about users, stacks, pipelines, pipeline runs, pipeline steps, services, stack components, flavors, pipeline run templates, schedules, artifacts (metadata about data artifacts, not the data itself), service connectors, step code, and step logs (if the step was run on a cloud-based stack), while also enabling you to trigger new pipeline runs when a run template is present.",
77
"author": {
88
"name": "ZenML",
@@ -12,21 +12,23 @@
1212
"homepage": "https://zenml.io",
1313
"documentation": "https://github.com/zenml-io/mcp-zenml",
1414
"support": "https://github.com/zenml-io/mcp-zenml/issues",
15+
"icon": "assets/icon.png",
1516
"screenshots": [
1617
"assets/mcp-zenml.png"
1718
],
1819
"server": {
1920
"type": "python",
2021
"entry_point": "server/zenml_server.py",
2122
"mcp_config": {
22-
"command": "python",
23+
"command": "python3",
2324
"args": [
2425
"${__dirname}/server/zenml_server.py"
2526
],
2627
"env": {
2728
"PYTHONPATH": "${__dirname}/server/lib",
2829
"LOGLEVEL": "INFO",
2930
"NO_COLOR": "1",
31+
"ZENML_LOGGING_COLORS_DISABLED": "true",
3032
"PYTHONUNBUFFERED": "1",
3133
"PYTHONIOENCODING": "UTF-8",
3234
"ZENML_STORE_URL": "${user_config.zenml_store_url}",

mcp-zenml.dxt

1.22 MB
Binary file not shown.

0 commit comments

Comments
 (0)