Brainstorm MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 111 installs a week from npm. Last commit 8 Sep 2026.
Multi-model AI brainstorming debates with code review and quick perspectives
We read the source, 18 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(spec.command, args, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add brainstorm-mcp -- npx -y brainstorm-mcp
{
"mcpServers": {
"brainstorm-mcp": {
"args": [
"-y",
"brainstorm-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.brainstorm-mcp]
command = "npx"
args = ["-y", "brainstorm-mcp"]
{
"mcpServers": {
"brainstorm-mcp": {
"args": [
"-y",
"brainstorm-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"brainstorm-mcp": {
"args": [
"-y",
"brainstorm-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
OPENAI_API_KEY (OpenAI API key for GPT models (optional — not needed in hosted mode)), GEMINI_API_KEY (Google Gemini API key (optional)), DEEPSEEK_API_KEY (DeepSeek API key (optional)).
The author declared them in the registry entry; get the values from the project itself.
Multi-model AI orchestration MCP server with code review, compare, and debate tools.
Context management, todo persistence, and multi-AI perspectives for Claude Code
Productivity-boosting RAG engine for codebases with multi-provider AI support and semantic search.
Multi-model code review: a panel of models + detectors return a pass/fail verdict. Paid via x402.
Multi-model LLM Council and parallel AI window for Claude Code. Fork any model, fold results back.
Model multiplexer — route tasks to Codex, Gemini, and Claude CLIs with smart routing.
Design domain models and generate deterministic multi-stack code, driven by your coding agent.
AI code review for GitHub PRs with an MCP autofix loop for Claude Code and Cursor
Answers built from our own checks of this server.