Loading...
npx -y @smithery/cli install @YuChenSSR/multi-ai-advisor-mcp --client claude{
"mcpServers": {
"multi-model-advisor": {
"command": "node",
"args": ["/absolute/path/to/multi-ai-advisor-mcp/build/index.js"]
}
}
}list-available-modelsLists all available Ollama models on the system.
Read-only operation, no side effects.
query-modelsQueries multiple specified Ollama models with a given question.
Queries models, potentially leading to resource exhaustion or unexpected outputs if prompts are malicious.
This MCP server is relatively safe for querying local models. However, the lack of authentication and potential for prompt injection require careful configuration and monitoring. It's safest when used with trusted models and well-defined system prompts.