Catalog
io.github.justinjilg/brainstormrouter
OfficialBrainstormRouter MCP Server
AI routing, memory, guardrails, and governance. Routes across Claude, GPT, Gemini.
Routes AI requests across multiple LLM providers with memory and governance controls.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
BRAINSTORMROUTER_API_KEYrequiredsecretAPI key from brainstormrouter.com/dashboard
claude_desktop_config.json
{
"mcpServers": {
"brainstormrouter": {
"command": "npx",
"args": [
"-y",
"@brainstormrouter/mcp@1.0.1"
],
"env": {
"BRAINSTORMROUTER_API_KEY": "<YOUR_BRAINSTORMROUTER_API_KEY>"
}
}
}
}