Skip to content

Commit 312ecc3

Browse files
authored
Add server.json file (#16)
2 parents 50e4cf8 + 2fcbff7 commit 312ecc3

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

server.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
3+
"name": "io.github.zenml-io/mcp-zenml",
4+
"description": "Model Context Protocol server for ZenML that lets clients browse ZenML resources (users, stacks, pipelines, runs, artifacts, services, etc.) and trigger pipeline runs through the ZenML API.",
5+
"status": "active",
6+
"repository": {
7+
"url": "https://github.com/zenml-io/mcp-zenml",
8+
"source": "github"
9+
},
10+
"version": "1.0.1",
11+
"packages": [
12+
{
13+
"registry_type": "oci",
14+
"registry_base_url": "https://docker.io",
15+
"identifier": "zenmldocker/mcp-zenml",
16+
"version": "1.0.1",
17+
"transport": {
18+
"type": "stdio"
19+
},
20+
"environment_variables": [
21+
{
22+
"description": "Base URL of your ZenML server (e.g., https://<workspace-id>-zenml.cloudinfra.zenml.io).",
23+
"is_required": true,
24+
"format": "string",
25+
"is_secret": false,
26+
"name": "ZENML_STORE_URL"
27+
},
28+
{
29+
"description": "API key used to authenticate with your ZenML server (ideally a service account key).",
30+
"is_required": true,
31+
"format": "string",
32+
"is_secret": true,
33+
"name": "ZENML_STORE_API_KEY"
34+
}
35+
]
36+
}
37+
]
38+
}

0 commit comments

Comments
 (0)