2 months ago
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.
Server Config
{
"mcpServers": {
"brainstorm": {
"command": "npx",
"args": [
"-y",
"brainstorm-mcp"
],
"env": {
"OPENAI_API_KEY": "<YOUR_KEY>",
"GEMINI_API_KEY": "<YOUR_KEY>",
"DEEPSEEK_API_KEY": "<YOUR_KEY>"
}
}
}
}