← Back to Plugins
MCP Server MCP

BrainstormRouter MCP Server

github By github 👁 1 views ▲ 0 votes

AI routing, memory, guardrails, and governance. Routes across Claude, GPT, Gemini.

Homepage Verified source GitHub

Install

npx -y @brainstormrouter/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.brainstormrouter.com/v1/mcp/connect"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@brainstormrouter/mcp",
      "version": "1.0.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from brainstormrouter.com/dashboard",
          "isRequired": true,
          "isSecret": true,
          "name": "BRAINSTORMROUTER_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...