multi-model advisor (ollama).com
multi-model advisor (ollama).com logo

Multi-Model Advisor (Ollama)

Queries multiple Ollama models in parallel with distinct system prompts focused on empathy, logic, and creativity to pro...

Created byApr 22, 2025

Multi-Model Advisor

( )

A Model Context Protocol (MCP) server that queries multiple Ollama models and combines their responses, providing diverse AI perspectives on a single question. This creates a "council of advisors" approach where Claude can synthesize multiple viewpoints alongside its own to provide more comprehensive answers.

Features

  • Query multiple Ollama models with a single question
  • Assign different roles/personas to each model
  • View all available Ollama models on your system
  • Customize system prompts for each model
  • Configure via environment variables
  • Integrate seamlessly with Claude for Desktop

Prerequisites

  • Node.js 16.x or higher
  • Claude for Desktop (for the complete advisory experience)

Installation

Installing via Smithery

To install multi-ai-advisor-mcp for Claude Desktop automatically via Smithery:

Manual Installation

  1. Clone this repository:
  1. Install dependencies:
  1. Build the project:
  1. Install required Ollama models:

Configuration

Create a .env file in the project root with your desired configuration:

Connect to Claude for Desktop

  1. Locate your Claude for Desktop configuration file:
  1. Edit the file to add the Multi-Model Advisor MCP server:
  1. Replace /absolute/path/to/ with the actual path to your project directory
  1. Restart Claude for Desktop

Usage

Once connected to Claude for Desktop, you can use the Multi-Model Advisor in several ways:

List Available Models

You can see all available models on your system:
This will display all installed Ollama models and indicate which ones are configured as defaults.

Basic Usage

Simply ask Claude to use the multi-model advisor:
Claude will query all default models and provide a synthesized response based on their different perspectives.
example

How It Works

  1. The MCP server exposes two tools:
  1. When you ask Claude a question referring to the multi-model advisor:
  1. Each model can have a different "persona" or role assigned, encouraging diverse perspectives.

Troubleshooting

Ollama Connection Issues

If the server can't connect to Ollama:
  • Ensure Ollama is running (ollama serve)
  • Check that the OLLAMA_API_URL is correct in your .env file

Model Not Found

If a model is reported as unavailable:
  • Check that you've pulled the model using ollama pull <model-name>
  • Verify the exact model name using ollama list
  • Use the list-available-models tool to see all available models

Claude Not Showing MCP Tools

If the tools don't appear in Claude:
  • Ensure you've restarted Claude after updating the configuration
  • Check the absolute path in claude_desktop_config.json is correct
  • Look at Claude's logs for error messages

RAM is not enough

Some managers' AI models may have chosen larger models, but there is not enough memory to run them. You can try specifying a smaller model (see the Basic Usage) or upgrading the memory.

License

MIT License
For more details, please see the LICENSE file in this project repository

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Multi-Model Advisor

( )

A Model Context Protocol (MCP) server that queries multiple Ollama models and combines their responses, providing diverse AI perspectives on a single question. This creates a "council of advisors" approach where Claude can synthesize multiple viewpoints alongside its own to provide more comprehensive answers.

Features

  • Query multiple Ollama models with a single question
  • Assign different roles/personas to each model
  • View all available Ollama models on your system
  • Customize system prompts for each model
  • Configure via environment variables
  • Integrate seamlessly with Claude for Desktop

Prerequisites

  • Node.js 16.x or higher
  • Claude for Desktop (for the complete advisory experience)

Installation

Installing via Smithery

To install multi-ai-advisor-mcp for Claude Desktop automatically via Smithery:

Manual Installation

  1. Clone this repository:
  1. Install dependencies:
  1. Build the project:
  1. Install required Ollama models:

Configuration

Create a .env file in the project root with your desired configuration:

Connect to Claude for Desktop

  1. Locate your Claude for Desktop configuration file:
  1. Edit the file to add the Multi-Model Advisor MCP server:
  1. Replace /absolute/path/to/ with the actual path to your project directory
  1. Restart Claude for Desktop

Usage

Once connected to Claude for Desktop, you can use the Multi-Model Advisor in several ways:

List Available Models

You can see all available models on your system:
This will display all installed Ollama models and indicate which ones are configured as defaults.

Basic Usage

Simply ask Claude to use the multi-model advisor:
Claude will query all default models and provide a synthesized response based on their different perspectives.
example

How It Works

  1. The MCP server exposes two tools:
  1. When you ask Claude a question referring to the multi-model advisor:
  1. Each model can have a different "persona" or role assigned, encouraging diverse perspectives.

Troubleshooting

Ollama Connection Issues

If the server can't connect to Ollama:
  • Ensure Ollama is running (ollama serve)
  • Check that the OLLAMA_API_URL is correct in your .env file

Model Not Found

If a model is reported as unavailable:
  • Check that you've pulled the model using ollama pull <model-name>
  • Verify the exact model name using ollama list
  • Use the list-available-models tool to see all available models

Claude Not Showing MCP Tools

If the tools don't appear in Claude:
  • Ensure you've restarted Claude after updating the configuration
  • Check the absolute path in claude_desktop_config.json is correct
  • Look at Claude's logs for error messages

RAM is not enough

Some managers' AI models may have chosen larger models, but there is not enough memory to run them. You can try specifying a smaller model (see the Basic Usage) or upgrading the memory.

License

MIT License
For more details, please see the LICENSE file in this project repository

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.