Labsco
spranab logo

Brainstorm

β˜… 64

from spranab

Multi-round AI debates between GPT, DeepSeek, Groq, and Claude β€” all models argue, critique, and synthesize inside your coding assistant.

πŸ”₯πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedAccount requiredNeeds API keys
<!-- mcp-name: io.github.spranab/brainstorm-mcp -->

brainstorm-mcp

npm IdeaCred Product Hunt

Multi-model AI brainstorming MCP server. Orchestrates debates between GPT, Gemini, DeepSeek, and Claude with structured synthesis. Includes instant quick mode, multi-model code review with verdicts, and red-team/Socratic styles. Hosted mode needs zero API keys.

Don't trust one AI. Make them argue.

<p align="center"> <img src="docs/hero.png" alt="brainstorm-mcp β€” Claude Opus vs GPT-5.4 vs DeepSeek debating" width="800"/> </p>

Demo

Watch the demo

Click to watch: 3 models debate, cross-examine, and produce a structured verdict β€” all inside Claude Code.

Features

  • Hosted mode β€” No API keys needed. Uses models in your environment (Claude Opus/Sonnet/Haiku) via sub-agents
  • API mode β€” Direct model API calls with parallel execution across OpenAI, Gemini, DeepSeek, Groq, Ollama
  • brainstorm_quick β€” Instant multi-model perspectives in under 10 seconds
  • brainstorm_review β€” Multi-model code review with structured findings, severity ratings, and verdicts
  • Debate styles β€” Freeform, red-team (adversarial), and Socratic (probing questions)
  • Context injection β€” Ground debates in actual code, diffs, or architecture docs
  • 3-bullet synthesis verdicts β€” Recommendation, Key Tradeoffs, Strongest Disagreement
  • Claude as participant β€” Claude debates alongside external models with full conversation context
  • Multi-round debates β€” Models see and critique each other's responses across rounds
  • Parallel execution β€” All models respond concurrently within each round
  • Resilient β€” One model failing doesn't abort the debate
  • Cross-platform β€” Works on macOS, Windows, and Linux

Tools

ToolDescriptionAnnotation
brainstormMulti-round debate between AI models (API or hosted mode)readOnly
brainstorm_quickInstant multi-model perspectives β€” parallel, no roundsreadOnly
brainstorm_reviewMulti-model code review with findings, severity, verdictreadOnly
brainstorm_respondSubmit Claude's response in an interactive sessionreadOnly
brainstorm_collectSubmit model responses in a hosted sessionreadOnly
list_providersShow configured providers and API key statusreadOnly
add_providerAdd a new AI provider at runtimenon-destructive

How It Works

API Mode

  1. You ask Claude to brainstorm a topic
  2. The tool sends the topic to all configured AI models in parallel
  3. Claude reads their responses and contributes its own perspective
  4. Models see each other's responses and refine across rounds
  5. A synthesizer produces the final verdict

Hosted Mode

  1. You ask Claude to brainstorm with specific models (e.g., opus, sonnet, haiku)
  2. The tool returns prompts β€” no API calls are made
  3. Claude spawns sub-agents with different models to execute prompts
  4. Responses are collected and fed back for the next round
  5. Repeat until synthesis

Privacy Policy

brainstorm-mcp runs entirely on your machine and does not collect, store, or transmit any personal data, telemetry, or analytics.

In API mode, prompts are sent directly from your machine to the model providers you configure (OpenAI, Gemini, DeepSeek, etc.) using your own API keys. In hosted mode, no external API calls are made.

Debate sessions are stored in-memory only with a 10-minute TTL. No data is written to disk unless you explicitly save results.

Full privacy policy: PRIVACY.md

Support

Development

git clone https://github.com/spranab/brainstorm-mcp.git
cd brainstorm-mcp
npm install
npm run build
npm start