devops-infra MCP Server
Declarative AI Agent pipeline engine — like Kubernetes for your LLM agents. YAML DSL + Temporal + MCP.
Discovered via github-topic:mcp and last synced 3mo ago.
Install instructions not detected yet
Check the source repository for the latest setup steps.
—
ui-design, figma, asset-export
state / adapters / observability
Agent maxConcurrency
domain 类型契约
LangGraph
Schedule 定时触发
playwright, ui-test, e2e
生产
docker, deploy, k8s
schema 解析 + DAG 校验
first
workflows(signal / query / update / condition / parallel / dynamic / loop)
Pipeline 提交执行
godot, shader, gameplay
generic, fallback
CLI(19 个子命令)
—
activities(agent_task / artifact / compensation)
summarize, translate, analyze
worker(lifecycle / registry / main)
内容
部署联调 + Replay fixture
quorum ``` ### 条件分支 ```yaml - name: fix agent: walnut dependsOn: [test] condition: 'test.result == "fail"' # false → SKIPPED,不阻塞后续 ``` ### 人工审批 ```yaml - name: deploy-approval dependsOn: [ci-gate] approval: approvers: [ou_alice] policy: any timeout: 1h onTimeout: reject ``` ### 动态展开(for_each) ```yaml - name: fix-each dependsOn: [diagnose] dynamic: generator: for_each input: "$.diagnose.bugs" # 按 Bug 列表动态生成子 Stage maxParallel: 3 template: name: "fix-bug-{{ item.id }}" agent: walnut ``` ### Review-driven 迭代循环 ```yaml # review Agent 输出结构化结果:{verdict: "pass"
角色
Detect and prevent privilege escalation in Kubernetes pods by monitoring security contexts, capabilities, and syscall patterns with Falco and OPA policies.
Detect container escape attempts in real-time using Falco runtime security rules that monitor syscalls, file access, and privilege escalation.
Implement Kubernetes network segmentation using Calico NetworkPolicy and GlobalNetworkPolicy for zero-trust pod-to-pod communication.
Reduce container attack surface by building application images on Google distroless base images that contain only the application runtime with no shell, package manager, or unnecessary OS utilities.
ToolJet is the open-source foundation of ToolJet AI - the enterprise app generation platform for building internal tools, dashboard, business applications, workflows and AI agents 🚀
Secure, Fast, and Extensible Sandbox runtime for AI agents.
Next Generation Agentic Proxy for AI Agents and MCP servers
Learn Agentic AI using Dapr Agentic Cloud Ascent (DACA) Design Pattern and Agent-Native Cloud Technologies: OpenAI Agents SDK, Memory, MCP, A2A, Knowledge Graphs, Dapr, Rancher Desktop, and Kubernetes.
Learn how to use the docker-kubernetes Claude skill. Complete guide with installation instructions and examples.
Learn how to use the implementing-container-network-policies-with-calico Claude skill. Complete guide with installation instructions and examples.
Learn how to use the detecting-container-escape-attempts Claude skill. Complete guide with installation instructions and examples.