# MindBridge

Unify and supercharge your LLM workflows by connecting your applications to any model. Easily switch between various LLM providers and leverage their unique strengths for complex reasoning tasks. Exp…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add pinkpixel-dev/mindbridge-mcp

# Browse available tools
npx -y smithery tool list pinkpixel-dev/mindbridge-mcp

# Get full schema for a tool
npx -y smithery tool get pinkpixel-dev/mindbridge-mcp getSecondOpinion

# Call a tool
npx -y smithery tool call pinkpixel-dev/mindbridge-mcp getSecondOpinion '{}'
```

## Tools (3)

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

```bash
# Get full input/output schema for a tool
npx -y smithery tool get pinkpixel-dev/mindbridge-mcp <tool-name>
```

---

License: MIT
