zadig-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@zadig-mcpshow me the latest workflow tasks for devops-tools"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 requiresconfirm=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 requiresconfirm=true.zadig_build_get: get one build configuration detail.zadig_build_update: update one build configuration. Defaults to dry run and requiresconfirm=true.zadig_build_update_from_template: update a build created from a build template. Defaults to dry run and requiresconfirm=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. Requiresconfirm=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-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