yawtuber/simple-llm-orchestrator
Simple LLM Orchestrator is an easy-to-use framework for integrating large language models (LLMs) with external tools. As a backend server layer, it enables flexible task execution, chat, and seamless coordination between users and LLMs for building intelligent assistants and automated workflows.
Platform-specific configuration:
{
"mcpServers": {
"simple-llm-orchestrator": {
"command": "npx",
"args": [
"-y",
"simple-llm-orchestrator"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...