Awesome MCPAgent Platforms

YuChenSSR/multi-ai-advisor-mcp

⭐ 86 TypeScript added to this list on 2025-05-06 repository created 2025-03-24

Multi-Model Advisor implements a council-of-advisors pattern over locally hosted models. A single question is dispatched to several Ollama models in parallel; each answers independently, and the calling assistant — acting as the manager in the README's diagram — reads all the responses alongside its own view and synthesises a conclusion. Each model can be assigned a distinct role or persona through a customisable system prompt, which is what makes the exercise more than redundancy: three models prompted as a security reviewer, a performance reviewer and a pragmatist surface different objections, where three identical prompts mostly agree. Tools also list the Ollama models available on the machine, so the council can be composed from what is installed. Configuration is through environment variables. Because everything runs on local Ollama models, there is no per-query API cost and no data leaving the machine, which is the main argument for this over calling several commercial APIs — at the price of local hardware and weaker individual models. It is TypeScript and listed on Smithery. The audience is people making design or debugging decisions who want structured disagreement before committing, and who already run models locally.

https://github.com/YuChenSSR/multi-ai-advisor-mcp

mcpollamamulti-modeltypescriptlocal-llmconsensusdecision-support

Also in Agent Platforms

affaan-m/ECC

ECC is a comprehensive agent harness performance optimization system providing skills, instincts, memory, security, and research-first development for various AI agent harnesses including Claude Co...

open-webui/open-webui

Open WebUI is a self-hosted, extensible AI platform supporting multiple LLM runners and OpenAI-compatible APIs with advanced features like Retrieval Augmented Generation, model building, and offline deployment.

Mintplex-Labs/anything-llm

AnythingLLM is an all-in-one AI application with full MCP compatibility that enables intelligent chat interactions with documents using various LLMs, multi-user support, and no-code AI agent building capabilities.

aaif-goose/goose

goose is an open-source, extensible AI agent providing desktop, CLI, and API interfaces for code, workflows, and general tasks, featuring broad LLM provider compatibility and connection to MCP exte...

HKUDS/nanobot

nanobot is an ultra-lightweight, open-source, self-hosted personal AI agent framework in Python, offering a WebUI, tools, memory, MCP integration, multi-agent workflows, automation, and chat app co...

zhayujie/CowAgent

CowAgent is an open-source, multi-model AI assistant and Agent Harness designed for autonomous task planning, tool execution, and continuous learning, featuring native Model Context Protocol (MCP) ...

sickn33/agentic-awesome-skills

This project provides an installable GitHub library and npm installer for over 1,900 agentic skills and playbooks, designed to enhance AI coding assistants like Claude Code, Gemini CLI, Cursor, and...

danny-avila/LibreChat

LibreChat is an open-source enhanced ChatGPT clone that integrates multiple AI models and supports the Model Context Protocol (MCP) for advanced AI assistant features including no-code agents, secure code execution, multimodal interactions, and customizable conversation management.