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