MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

M
MCP Powered Agentic Rag Retrieval Augmented Generation System

RAGent is an intelligent Retrieval-Augmented Generation (RAG) system powered by MCP (Model Context Protocol), designed to enable context-aware AI responses through dynamic document retrieval and reasoning.

Created 10/14/2025
Updated 2 months ago
Repository documentation and setup instructions
README not found
Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/Yagneshsure/MCP-Powered-Agentic-RAG-Retrieval-Augmented-Generation-System
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "yagneshsure-mcp-powered-agentic-rag-retrieval-augmented-generation-system": { "command": "git", "args": [ "clone", "https://github.com/Yagneshsure/MCP-Powered-Agentic-RAG-Retrieval-Augmented-Generation-System" ] } } }