Skip to main content
Glama
Deraiven
by Deraiven

zadig-mcp

Basic MCP server for Zadig OpenAPI.

Tools

  • zadig_workflow_list: list/search project workflows.

  • zadig_workflow_get: get one custom workflow detail.

  • zadig_workflow_update: update one custom workflow. Defaults to dry run and requires confirm=true.

  • zadig_project_snapshot: create a redacted project snapshot for audit/GitOps preparation.

  • zadig_workflow_task_list: list workflow tasks with deployment summaries.

  • zadig_workflow_task_detail: get one workflow task detail with deployment summaries.

  • zadig_workflow_task_job_log: get one workflow task job log, with tail and keyword filtering.

  • zadig_workflow_webhook_list: list saved webhook/git trigger settings for a workflow.

  • zadig_workflow_webhook_preset: get current webhook/git trigger preset for a workflow.

  • zadig_workflow_webhook_compare_to_preset: compare saved webhook/git trigger settings with the current preset.

  • zadig_build_list: list/search build configurations.

  • zadig_build_template_list: list/search build template store templates.

  • zadig_build_template_get: get one build template store template by id or exact name.

  • zadig_build_template_reference: list build configurations that reference one build template.

  • zadig_build_template_update: update one build template store template. Defaults to dry run and requires confirm=true.

  • zadig_build_get: get one build configuration detail.

  • zadig_build_update: update one build configuration. Defaults to dry run and requires confirm=true.

  • zadig_build_update_from_template: update a build created from a build template. Defaults to dry run and requires confirm=true.

  • zadig_service_search: list/search K8s YAML services.

  • zadig_service_get: get service detail, including YAML and variables.

  • zadig_service_update_variables: replace service variables. Requires confirm=true.

  • zadig_service_set_variable: upsert a single service variable. Defaults to dry run.

  • zadig_service_set_image: update a container image in service YAML. Defaults to dry run.

  • zadig_environment_list: list test or production environments.

  • zadig_environment_service_get: get service detail in an environment.

Related MCP server: Dify Management MCP

Config

[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 is optional. Every tool also accepts project_key.

Workflow task tools use Zadig v4 workflow task read APIs and return compact summaries by default. Set include_raw=true only when the caller needs the raw task payload; credential-like fields are recursively redacted before returning.

Development

uv run python -m py_compile zadig_mcp/*.py
uv run zadig-mcp
F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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