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.
Quick Start
Clone the repository:
git clone https://github.com/YuChenSSR/multi-ai-advisor-mcpClaude 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.