rag-mcp-agent / README.md
Dave1233's picture
Finalize hackathon metadata and demo links
ce256bb
---
title: RAG-MCP Agent
emoji: 🧠
colorFrom: indigo
colorTo: blue
sdk: gradio
app_file: app.py
short_description: A rag mcp server
pinned: false
tags:
- building-mcp-track-consumer
- mcp-in-action-track-consumer
---
## Hackathon Track
## Overview
RAG-MCP is a minimal MCP (Model Context Protocol) server with built-in Retrieval-Augmented Generation.
This Space demonstrates the same RAG engine wrapped with a Gradio agent UI.
Users can ingest documents, query collections, and experiment with a working MCP-style RAG system.
## Project Structure
- Core MCP server:
https://github.com/DataOpsFusion/Rag-MCP
- Demo UI:
This Hugging Face Space (`rag-mcp-agent`) shows RAG-MCP in action.
## Demo Video
https://youtu.be/Is26gZq7LvA
## Social Media Post
LinkedIn: https://www.linkedin.com/posts/tan-dat-ta_mcpbirthday-hackathon-ai-activity-7400947948827852800-9TKp
## Source Code
- MCP Server Repository: https://github.com/DataOpsFusion/Rag-MCP