RAG Application
@hulk-pham
About RAG Application
A demo of Retrieval-Augmented Generation (RAG) application with MCP server integration.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is RAG Application?
RAG Application is a demo of Retrieval-Augmented Generation (RAG) that integrates an MCP server. It retrieves relevant documents using vector search with ChromaDB, builds context-aware prompts, and sends them to an LLM API to answer questions about a company.
How to use RAG Application?
Install dependencies with pip install -r requirements.txt, set the OPENAI_API_KEY in a .env file, then connect the MCP server via Claude Desktop, Cursor, or another compatible IDE. Use the process_query tool to ask questions about the company.
Key features of RAG Application
- MCP server integration
- Document retrieval using vector search with ChromaDB
- Context-aware prompt generation
- Integration with LLM APIs
Use cases of RAG Application
- Ask questions about a company using its stored documents
- Integrate retrieval-augmented generation into MCP‑compatible tools (e.g., Claude Desktop, Cursor)
- Demonstrate a RAG pipeline with vector search and LLM API calls
FAQ from RAG Application
What does the RAG Application do?
It is a demo of Retrieval-Augmented Generation that uses an MCP server to answer questions about a company by retrieving relevant documents and generating context‑aware responses.
How do I install the RAG Application?
Run pip install -r requirements.txt in the project directory to install all dependencies.
How do I configure the RAG Application?
Create a .env file and set your OPENAI_API_KEY to authenticate with the LLM API.
How do I query the RAG Application?
Connect the MCP server to a supported client (Claude Desktop, Cursor, etc.) and use the process_query tool to ask questions about the company.
What tools or IDEs are supported?
The MCP server can be connected with Claude Desktop, Cursor, or any other IDE that supports the Model Context Protocol.
More Memory & Knowledge MCP servers
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Comments