Mmcp.market

Brainstorm MCP server

by spranab·io.github.spranab/brainstorm-mcp·v1.7.0

Multi-model AI brainstorming debates with code review and quick perspectives

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
Growing

70 stars107 downloads/wk

Reviews

Write one

Nobody has reviewed Brainstorm yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Brainstorm tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-25 · same rubric, same numbers if you re-run it

no findings
  • Code scan35 source files scanned25/25
  • –Live reliabilityno gateway calls yet and no remote to proben/a
  • –Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Brainstorm repository's README, as published. We do not edit it. Read it on GitHub

<!-- mcp-name: io.github.spranab/brainstorm-mcp -->

brainstorm-mcp

Ask one model a design question and you get one confident answer, with no signal about which parts it is unsure of. Ask three and the disagreement is the signal.

brainstorm-mcp runs multi-round debates between GPT, Gemini, DeepSeek, Claude and local Ollama models from inside your editor: they see and critique each other's answers across rounds, then you get a 3-bullet synthesis — recommendation, key tradeoffs, strongest disagreement. Also does 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.

Quick start (60 seconds)

claude mcp add brainstorm -- npx -y brainstorm-mcp

Then ask Claude: "Brainstorm using opus, sonnet, and haiku about whether we should use GraphQL or REST."

That runs in hosted mode: no API keys, no provider accounts. The debate uses the models already available in your environment, and you get the 3-bullet synthesis at the end.

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
  • CLI mode — Debate through agent CLIs you already have (claude, codex, and more) so debates run on your subscription instead of API credits
  • brainstormquick** — Instant multi-model perspectives in under 10 seconds
  • brainstormreview** — 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

Install

The one-line command under Quick start is enough for hosted mode. Add provider keys to bring GPT, Gemini, DeepSeek, Groq or Ollama into the debate; per-client setup follows.

Claude Code

Add to your project's .mcp.json:

{
  "mcpServers": {
    "brainstorm": {
      "command": "npx",
      "args": ["-y", "brainstorm-mcp"],
      "env": {
        "OPENAI_API_KEY": "sk-...",
        "GEMINI_API_KEY": "AIza...",
        "DEEPSEEK_API_KEY": "sk-..."
      }
    }
  }
}

Claude Desktop

Add to claudedesktopconfig.json:

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y brainstorm-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add brainstorm-mcp -- npx -y brainstorm-mcp
Add to Cursor

Brainstorm: common questions

Is Brainstorm MCP server safe?
Mostly: it is graded B (83/100). Read the Brainstorm safety report
How do I install Brainstorm?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Brainstorm need an API key?
Yes. The registry entry asks for OPENAI_API_KEY, GEMINI_API_KEY, DEEPSEEK_API_KEY.
Is Brainstorm maintained?
The last commit was 2 days ago (2026-09-25). The latest release is v1.7.0.
What can I use instead of Brainstorm?
Servers from other publishers that do the same job: three.ws Brain MCP server, GitWarren MCP server and Claude Prompts MCP server. Compare all Brainstorm alternatives.

Alternatives to Brainstorm

Same job from other publishers: the closest match first, then the best rated.

All Brainstorm alternatives →
  • three.ws Brain
    List LLM providers and run chat completions through the three.ws multi-provider router.
    B
  • GitWarren
    Code review on your own machine, for you and your coding agent. Nothing leaves your computer.
    A
  • Claude Prompts
    Reusable prompt templates, multi-step workflow chains, and quality gates for any MCP client.
    A
  • Kernelcad
    Agent-first CAD: editable .kcad.ts source, deterministic review, OpenCASCADE kernel.
    B
  • Ios Agent Skill
    Swift reviews, local Apple references, app scaffolding and iOS simulator workflows.
    A

More from spranab →