MindBridge MCP Server ⚡ The AI Router for Big Brain Moves

by pinkpixel-dev

34 stars
683 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MindBridge MCP Server ⚡ The AI Router for Big Brain Moves
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

smithery badge

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.