Multi_Agentic_RAG_using_MCP_tools

VelatDicleli/Multi_Agentic_RAG_using_MCP_tools
★ 2 stars Python 🤖 AI/LLM Updated 1mo ago
🤖 Multi-Agentic RAG with MCP Tools - Intelligent query routing, document search, web search & geography services powered by LangGraph, Groq, and Pinecone
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "multi_agentic_rag_us": {
      "command": "uvx",
      "args": [
        "multi-agentic-rag-using-mcp-tools"
      ]
    }
  }
}

Or install with pip: pip install multi-agentic-rag-using-mcp-tools