Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Multi-Model Advisor
by
YuChenSSR
Verified
GitHub
Developer Tools
Knowledge & Memory
TypeScript
MIT License
12
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
multi-ai-advisor-mcp
src
Dockerfile
.env
.gitignore
LICENSE
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "name": "multi-model-advisor", "version": "1.0.0", "description": "MCP server that queries multiple Ollama models", "main": "build/index.js", "type": "module", "scripts": { "build": "tsc && chmod 755 build/index.js", "start": "node build/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "ollama", "ai" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "dotenv": "^16.4.7", "node-fetch": "^3.3.2", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.13", "@types/node-fetch": "^2.6.12", "typescript": "^5.8.2" } }