Custom-MCP-Server-with-RAG-LangGraph-Agent

Debajyoti02-mac/Custom-MCP-Server-with-RAG-LangGraph-Agent
★ 0 stars Jupyter Notebook AI/LLM Updated today
A complete **Model Context Protocol (MCP)** implementation that exposes a RAG (Retrieval-Augmented Generation) system, web search, calculator, weather, and file I/O tools through an MCP server. A LangGraph-based ReAct agent client connects to this server via Groq LLM to answer questions and perform actions.
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": {
    "custom-mcp-server-wi": {
      "command": "npx",
      "args": [
        "-y",
        "Debajyoti02-mac/Custom-MCP-Server-with-RAG-LangGraph-Agent"
      ]
    }
  }
}