From a goal to a task DAG, automatically. TypeScript-native multi-agent orchestration with MCP and live tracing. Three runtime dependencies.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"open-multi-agent": {
"command": "npx",
"args": [
"-y",
"JackChen-me/open-multi-agent"
]
}
}
}
Run in terminal:
claude mcp add open-multi-agent npx -y JackChen-me/open-multi-agent
Add to .cursor/mcp.json:
{
"mcpServers": {
"open-multi-agent": {
"command": "npx",
"args": [
"-y",
"JackChen-me/open-multi-agent"
]
}
}
}