MindBridge MCP Server ⚡ The AI Router for Big Brain Moves
About
MindBridge is an AI orchestration MCP server that lets any app talk to any LLM — OpenAI, Anthropic, DeepSeek, Ollama, and more — through a single unified API. Route queries, compare models, get second opinions, and build smarter multi-LLM workflows.
Details
- Author
- pinkpixel-dev
- GitHub stars
- 34
- Downloads
- 683
- Categories
- AI
Jump to
- Multi-LLM support across OpenAI, Anthropic, Google, DeepSeek, OpenRouter, Ollama, and OpenAI‑compatible APIs.
- Reasoning‑engine‑aware routing to models optimized for deep reasoning.
- getSecondOpinion tool to compare responses from multiple models side by side.
- OpenAI‑compatible API layer for drop‑in replacement in existing tools.
- Auto‑detects providers from provided API keys.
- Flexible configuration via environment variables, MCP config, or JSON.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MindBridge MCP Server ⚡ The AI Router for Big Brain MovesCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install globally via npm (npm install -g @pinkpixel/mindbridge), through Smithery, or by cloning the source repository. Configure environment variables with API keys for your chosen providers and optionally set provider‑specific defaults in the MCP configuration. Start the server with npx @pinkpixel/mindbridge or npm run dev, then invoke tools like getSecondOpinion, listProviders, and listReasoningModels by sending JSON requests.
getSecondOpinion
Get responses from various LLM providers
listProviders
List all configured LLM providers and their available models
listReasoningModels
List all available models that support reasoning capabilities
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mindbridge mcp server \u26a1 the ai router for big brain moves": {
"mindbridge-mcp": {
"command": "npx",
"args": [
"@pinkpixel/mindbridge"
]
}
}
}
}
McpServers
{
"mindbridge-mcp": {
"command": "npx",
"args": [
"@pinkpixel/mindbridge"
]
}
}
MindBridge MCP Server ⚡ The AI Router for Big Brain Moves
MindBridge is your AI command hub — a Model Context Protocol (MCP) server built to unify, organize, and supercharge your LLM workflows.
Forget vendor lock-in. Forget juggling a dozen APIs.
MindBridge connects your apps to any model, from OpenAI and Anthropic to Ollama and DeepSeek — and lets them talk to each other like a team of expert consultants.
Need raw speed? Grab a cheap model.
Need complex reasoning? Route it to a specialist.
Want a second opinion? MindBridge has that built in.
This isn't just model aggregation. It's model orchestration.
---
Core Features 🔥
| What it does | Why you should use it |
|--------------|--------------|
| Multi-LLM Support | Instantly switch between OpenAI, Anthropic, Google, DeepSeek, OpenRouter, Ollama (local models), and OpenAI-compatible APIs.|
| Reasoning Engine Aware | Smart routing to models built for deep reasoning like Claude, GPT-4o, DeepSeek Reasoner, etc.|
| getSecondOpinion Tool | Ask multiple models the same question to compare responses side-by-side. |
| OpenAI-Compatible API Layer | Drop MindBridge into any tool expecting OpenAI endpoints (Azure, Together.ai, Groq, etc.). |
| Auto-Detects Providers | Just add your keys. MindBridge handles setup & discovery automagically. |
| Flexible as Hell | Configure everything via env vars, MCP config, or JSON — it's your call. |
---
Why MindBridge?
> "Every LLM is good at something. MindBridge makes them work together."
Perfect for:
- Agent builders
- Multi-model workflows
- AI orchestration engines
- Reasoning-heavy tasks
- Building smarter AI dev environments
- LLM-powered backends
- Anyone tired of vendor walled gardens
---
Installation 🛠️
Option 1: Install from npm (Recommended)
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
