Agency Orchestrator
Supports UIby jnmetacode
Multi-agent YAML workflow engine with 211+ expert roles and DAG parallelism for zero-code AI collaboration.
What it does
An orchestration engine that allows a single prompt to trigger a multi-AI-role collaboration. It uses YAML to define workflows, automatically matching tasks to a library of 211+ professional roles and executing them via a Directed Acyclic Graph (DAG) for maximum parallelism.
Tools
run_workflow: Executes a specified YAML workflow with provided inputs.validate_workflow: Checks a YAML workflow for structural and logic errors without executing.list_workflows: Returns a list of available workflow templates.plan_workflow: Generates a visual execution plan (DAG) for a workflow.compose_workflow: Uses AI to automatically generate a YAML workflow from a natural language description.list_roles: Lists all available AI expert roles in the system.
Installation
Add the following to your claude_desktop_config.json or .cursor/mcp.json:
{
"mcpServers": {
"agency-orchestrator": {
"command": "npx",
"args": ["agency-orchestrator", "serve"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Claude Code
Quick install
npm install -g agency-orchestratorInformation
- Pricing
- free
- Published
- 4/14/2026
- stars






