developer tools

Multi Ai Advisor

A Model Context Protocol (MCP) server that queries multiple Ollama models and combines their responses, providing diverse AI perspectives on a single question.

typescript
local
developer tools
0
View on GitHub

Installation

npx -y YuChenSSR/multi-ai-advisor

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "multi-ai-advisor",
  "command": "npx",
  "args": [
    "-y",
    "YuChenSSR/multi-ai-advisor"
  ]
}

About This MCP Server

YuChenSSR/multi-ai-advisor

A Model Context Protocol (MCP) server that queries multiple Ollama models and combines their responses, providing diverse AI perspectives on a single question.

GitHub: https://github.com/YuChenSSR/multi-ai-advisor-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub