Agent Orchestrator
Freeby MCP Community
Local implementation of agent-orchestrator MCP server
v0.6.7Added Apr 12, 2026
mcpmodel-context-protocolclaude-codeagent-orchestratorpulsemcp
Agent Orchestrator MCP Server
Local implementation of agent-orchestrator MCP server
Installation
Reviews
Installation
Quick install
npx -y agent-orchestrator-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"agent-orchestrator": {
"command": "npx",
"args": ["-y", "agent-orchestrator-mcp-server"]
}
}
}