by Hormold · MCP Server · ★ 196
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
Cognition Wheel MCP Server A Model Context Protocol (MCP) server that implements a "wisdom of crowds" approach to AI reasoning by consulting multiple state-of-the-art language models in parallel and synthesizing their responses. Quick Start Option 1: Use with npx (Recommended) Option 2: Build from source Clone the repository Install dependencies: Copy to and add your API keys Build the project: How It Works The Cognition Wheel follows a three-phase process: Parallel Consultation: Simultaneously queries three different AI models: Claude-4-Opus (Anthropic) Gemini-2.5-Pro (Google) O3 (OpenAI) Anonymous Analysis: Uses code names (Alpha, Beta, Gamma) to eliminate bias during the synthesis phase Smart Synthesis: Randomly selects one of the models to act as a synthesizer, which analyzes all responses and produces a final, comprehensive answer Features Parallel Processing: All models are queried simultaneously for faster results Bias Reduction: Anonymous code names prevent synthesizer bias toward specific models Internet Search: Optional web search capabilities for all models Detailed Logging: Comprehensive debug logs for transparency and troubleshooting Robust Err
| Stars | 196 |
| Forks | 11 |
| Language | TypeScript |
| Category | MCP Server |
| Quality Score | 72.5288290907132/100 |
| Open Issues | 3 |
| Last Updated | 2025-06-15 |
| Created | 2025-06-15 |
| Platforms | mcp, node |
| Est. Tokens | ~1k |
Explore other popular mcp server tools:
cognition-wheel is A Model Context Protocol (MCP) server that implements a "wisdom of crowds" approach to AI reasoning by consulting multiple state-of-the-art language models in parallel and synthesizing their responses. It is categorized as a MCP Server with 196 GitHub stars.
cognition-wheel is primarily written in TypeScript.
You can find installation instructions and usage details in the cognition-wheel GitHub repository at github.com/Hormold/cognition-wheel. The project has 196 stars and 11 forks, indicating an active community.