cognition-wheel

Hormold/cognition-wheel
★ 196 stars TypeScript 🤖 AI/LLM Updated 2mo ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cognition-wheel": {
      "command": "npx",
      "args": [
        "-y",
        "Hormold/cognition-wheel"
      ]
    }
  }
}