MCP ExplorerExplorer

Rag Based Mcp

@PRIXYYon 10 months ago
1 MIT
FreeCommunity
AI Systems
This mcp harnesses the power of GroundX api to read and ingest any pdf and answers any questions based on those pdf

Overview

What is Rag Based Mcp

Rag_Based_MCP is a Modular Command Platform (MCP) server designed to ingest documents and answer questions based on their content, utilizing the GroundX API for document parsing and intelligence.

Use cases

Use cases include academic research where users can upload research papers and ask questions about their content, legal professionals analyzing case documents, and businesses extracting information from reports.

How to use

To use Rag_Based_MCP, fork the repository to your GitHub account, open it in Cursor, add MCP integration, and configure your GroundX API key in the server.py file. You can then use the ingest_documents tool to upload documents and the answer_query tool to ask questions.

Key features

Key features include an ingest tool for uploading documents and an answer tool that provides context-aware responses based on the ingested documents, all powered by the FastMCP framework and GroundX API.

Where to use

Rag_Based_MCP can be used in various fields such as education, legal, research, and any domain where document analysis and question answering are required.

Content

MCP Document QA Server

This is an MCP (Modular Command Platform) server built to help you ingest documents and ask questions about them. Powered by the GroundX API, the server enables seamless document parsing and querying.

🧠 Features

  • Ingest Tool: Upload new documents to the server.
  • Answer Tool: Ask questions and receive context-aware answers based on the ingested documents.
  • Built with FastMCP, uses the GroundX API for document parsing and intelligence.

🚀 Getting Started

1. Fork the Repository

Start by forking this repository to your own GitHub account.

2. Open in Cursor

Open the forked repository in Cursor.

3. Add MCP Integration

  • Use the “Add MCP” option in Cursor.
  • The platform will automatically detect the included mcp.json file.

4. Tools Available

Once the MCP server is loaded, you will have access to two tools:

  • ingest_documents: Ingest new documents to the system.
  • answer_query: Ask questions and get answers based on the ingested documents.

🔧 Configuration

GroundX API Key

Make sure to add your GroundX API key in the server.py file:

# server.py
GROUNDX_API_KEY = "your_api_key_here"

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers