zadig-mcp
zadig-mcp
用于 Zadig OpenAPI 的基础 MCP 服务器。
工具
zadig_workflow_list:列出/搜索项目工作流。zadig_workflow_get:获取一个自定义工作流的详细信息。zadig_workflow_update:更新一个自定义工作流。默认进行试运行,需要confirm=true。zadig_workflow_task_list:列出工作流任务及其部署摘要。zadig_workflow_task_detail:获取一个工作流任务的详细信息及其部署摘要。zadig_workflow_task_job_log:获取一个工作流任务的作业日志,支持尾部跟踪和关键字过滤。zadig_workflow_webhook_list:列出工作流已保存的 webhook/git 触发器设置。zadig_workflow_webhook_preset:获取工作流当前的 webhook/git 触发器预设。zadig_workflow_webhook_compare_to_preset:将已保存的 webhook/git 触发器设置与当前预设进行比较。zadig_build_list:列出/搜索构建配置。zadig_build_template_list:列出/搜索构建模板库中的模板。zadig_build_template_get:按 ID 或精确名称获取一个构建模板库中的模板。zadig_build_template_reference:列出引用某个构建模板的构建配置。zadig_build_template_update:更新一个构建模板库中的模板。默认进行试运行,需要confirm=true。zadig_build_get:获取一个构建配置的详细信息。zadig_build_update:更新一个构建配置。默认进行试运行,需要confirm=true。zadig_build_update_from_template:更新一个由构建模板创建的构建。默认进行试运行,需要confirm=true。zadig_service_search:列出/搜索 K8s YAML 服务。zadig_service_get:获取服务详细信息,包括 YAML 和变量。zadig_service_update_variables:替换服务变量。需要confirm=true。zadig_service_set_variable:新增或更新单个服务变量。默认进行试运行。zadig_service_set_image:更新服务 YAML 中的容器镜像。默认进行试运行。zadig_environment_list:列出测试或生产环境。zadig_environment_service_get:获取环境中的服务详细信息。
Related MCP server: Dify Management MCP
配置
[mcp_servers.zadig]
command = "uv"
args = ["--directory", "/Users/storehub/Desktop/devops-tools-auto/zadig-mcp", "run", "zadig-mcp"]
[mcp_servers.zadig.env]
ZADIG_BASE_URL = "https://zadigx.shub.us"
ZADIG_TOKEN = "replace-me"
ZADIG_PROJECT = "devops-tools"
UV_CACHE_DIR = "/tmp/uv-cache"ZADIG_PROJECT 是可选的。每个工具也接受 project_key。
工作流任务工具使用 Zadig v4 工作流任务读取 API,默认返回简洁摘要。仅当调用方需要原始任务负载时,才设置 include_raw=true;返回前会递归脱敏类似凭据的字段。
开发
uv run python -m py_compile zadig_mcp/*.py
uv run zadig-mcpThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceAllows programmatic management of a Dify instance, including listing and creating datasets, managing applications, and tool providers.
- FlicenseNot gradedqualityDmaintenanceEnables programmatic management of a Dify instance, including datasets, apps, and tools.
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Vercel API to manage deployments, domains, projects, and environment variables.1,774MIT
- AlicenseNot gradedqualityDmaintenanceEnables automated deployments, environment management, snapshots, and deployment monitoring through DevOps Deploy's REST API.15MIT
Related MCP Connectors
Build and manage Cloudgate workflow-APIs: controllers, actions, workflow graphs, and databases.
Generate a typed SDK, CLI, and MCP server from any OpenAPI or GraphQL spec, and keep them current.
Create, test, publish, and manage Dreamlit notification workflows from AI clients.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Deraiven/zadig-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server