Orchestra

devops-infra MCP Server

Declarative AI Agent pipeline engine — like Kubernetes for your LLM agents. YAML DSL + Temporal + MCP.

Verified
devops-infradevops-infrakubernetes
4 views2 stars0 forksApache-2.0

Why This Matters

Discovered via github-topic:mcp and last synced 3mo ago.

Verified
Source
github-topic:mcp
Stars
2
Last synced
3mo ago
Install
Check source

Install

Install instructions not detected yet

Check the source repository for the latest setup steps.

View source instructions
25
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (25)

Grafana

designer

ui-design, figma, asset-export

P2

state / adapters / observability

ResourceQuota

Agent maxConcurrency

P0

domain 类型契约

Dify

LangGraph

CronJob

Schedule 定时触发

tester

playwright, ui-test, e2e

Demo

生产

ci_engineer

docker, deploy, k8s

P1

schema 解析 + DAG 校验

any

first

P4

workflows(signal / query / update / condition / parallel / dynamic / loop)

Job

Pipeline 提交执行

developer

godot, shader, gameplay

standby

generic, fallback

P6

CLI(19 个子命令)

Prometheus

P3

activities(agent_task / artifact / compensation)

chat

summarize, translate, analyze

P5

worker(lifecycle / registry / main)

Phase

内容

P7

部署联调 + Replay fixture

vote

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"

Agent

角色