← Back to Plugins
MCP Server MCP

io.github.spranab/brainstorm-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "brainstorm-mcp",
      "version": "1.5.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenAI API key for GPT models (optional — not needed in hosted mode)",
          "format": "string",
          "isSecret": true,
          "name": "OPENAI_API_KEY"
        },
        {
          "description": "Google Gemini API key (optional)",
          "format": "string",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        },
        {
          "description": "DeepSeek API key (optional)",
          "format": "string",
          "isSecret": true,
          "name": "DEEPSEEK_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...