M
MCP Powered Agentic Rag Retrieval Augmented Generation System
by @Yagneshsure
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
README
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"
]
}
}
}