Odel
brainstorm mcp

brainstorm mcp

Local
@spranab68TypeScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbrainstorm-mcpv1.5.4

Run

npx -y brainstorm-mcp

MCP client config

{
  "mcpServers": {
    "brainstorm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "brainstorm-mcp"
      ]
    }
  }
}