model-council-mcp
Related Servers
Alternatives to model-council-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceRoutes questions to a council of AI models (local and cloud) and synthesizes their answers in five configurable modes: individual, categorized, deconflicted, pooled, and dialectic.9Apache 2.0
- FlicenseAqualityNot gradedmaintenanceRoutes AI tasks to appropriate local LLM models (quick, coder, MoE, thinking) with automatic model selection, multi-backend support (Ollama, llama.cpp, Gemini), and parallel processing capabilities.91-
- AlicenseNot gradedqualityAmaintenanceEnables querying multiple AI models simultaneously and returns all answers unmerged for the user to weigh.4MIT
- AlicenseAqualityDmaintenanceEnables querying multiple AI models in parallel (Claude, Gemini, O3) and synthesizing their responses using anonymous analysis to reduce bias, providing a comprehensive answer.145 npm193MIT
- FlicenseNot gradedqualityNot gradedmaintenanceOrchestrates multiple AI models (Gemini, OpenAI, Claude, local models) within a single conversation context, enabling collaborative workflows like multi-model code reviews, consensus building, and CLI-to-CLI bridging for specialized tasks.-
- AlicenseNot gradedqualityBmaintenanceFans out queries to multiple independent free LLMs from different providers and returns their answers side by side, enabling sanity-checking of decisions or getting multiple perspectives during coding sessions.GPL 3.0
TDQS
Scored across 9 tools
Each tool targets a distinct operation: model discovery, configuration updates, synchronous query, async query, result retrieval, config retrieval, environment status, initial setup, and timeout management. The only potential overlap between setup_council and configure_council is clearly differentiated by their descriptions (tiers vs. council composition).
Tools follow a consistent snake_case convention with mostly verb_noun patterns (list_models, ask_council, get_council_config). Minor deviations like council_status (noun_noun) and setup_council (compound verb) are still predictable and do not hinder usability.
At 9 tools, the server is well-scoped for a model council management domain. Each tool earns its place, covering discovery, setup, configuration, querying, and maintenance without unnecessary bloat.
The tool set covers the full lifecycle: listing models, setting up with tiers, fine-tuning configuration, synchronous and asynchronous ask, result retrieval, config/status readouts, and timeout adjustment. No critical gaps or dead ends are apparent.