A complete orchestration system for MCP (Model Context Protocol) servers that integrates AI models with custom tools via a modern, scalable architecture.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-orchestra": {
"command": "npx",
"args": [
"-y",
"felix-toledo/mcp-server-orchestrator"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-orchestra npx -y felix-toledo/mcp-server-orchestrator
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-orchestra": {
"command": "npx",
"args": [
"-y",
"felix-toledo/mcp-server-orchestrator"
]
}
}
}
📋 Copy