Skip to main content
Developer ToolsTypeScript

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.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
YuChenSSR