santiagoaraoz2001-sketch/goose-orchestrator
Multi-model orchestrator-worker MCP extension for Goose. VRAM-aware model hot-swapping with specialized worker roles.
Platform-specific configuration:
{
"mcpServers": {
"goose-orchestrator": {
"command": "npx",
"args": [
"-y",
"goose-orchestrator"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A multi-model orchestrator-worker MCP extension for Goose. Routes prompts to specialized worker models with VRAM-aware hot-swapping — only the orchestrator and active worker are loaded at any time.
| Role | Default Model | Temperature | Optimized For | |------|--------------|-------------|---------------| | deep_research | qwen3:32b | 0.4 | Multi-hop web research, paper analysis | | local_rag | qwen3:8b | 0.2 | Local document retrieval, code search | | code_gen | qwen2.5-coder:32b | 0.3 | Code generation, refactoring, debugging | | summarizer | qwen3:8b | 0.5 | Condensing outputs, report writing | | math_reasoning | qwen3:32b | 0.1 | Formal proofs, calculations, logic | | creative | llama3:70b | 0.9 | Creative writing, brainstorming |
All roles are fully customizable — change models, add new roles, or remove existing ones.
Clone the repo and
Loading reviews...