LLMEngg_8-Multi-Agent-Research-Assistant-MCP-Server

ANINDASAU/LLMEngg_8-Multi-Agent-Research-Assistant-MCP-Server
★ 0 stars Python AI/LLM Updated today
Multi-agent system built with LangGraph: a Supervisor routes queries to a Research Agent (knowledge base retrieval) and an Analysis Agent (comparison/summarization). Includes a FastMCP server exposing 2+ tools with a client demo. Showcases agent orchestration + MCP tool integration.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "llmengg_8-multi-agen": {
      "command": "uvx",
      "args": [
        "llmengg-8-multi-agent-research-assistant-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install llmengg-8-multi-agent-research-assistant-mcp-server