Back to Apps

On-Premises RAG Solution
Supports UIby pkuppens
Production-ready, local-first RAG system designed for regulated environments like healthcare to query documents privately.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
On-Premises RAG Solution provides a secure, cloud-independent Retrieval-Augmented Generation system. It allows organizations in highly regulated sectors (e.g., healthcare) to talk with their documents and data while ensuring absolute data sovereignty and compliance with GDPR and HIPAA.
Tools
document_query: Retrieves information from local document stores using natural language.database_nlp: Converts natural language queries into SQL for local database analysis.rag_evaluator: Benchmarks retrieval strategies (dense, sparse, hybrid) against local datasets.source_attribution: Provides verifiable citations for every generated answer.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"on-prem-rag": {
"command": "docker",
"args": ["run", "-i", "--rm", "on-prem-rag-backend"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
git clone https://github.com/pkuppens/on_prem_rag.git && cd on_prem_rag && docker-compose up --buildInformation
- Pricing
- free
- Published
- 6/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"on-prem-rag": {"command": "docker", "args": ["run", "-i", "--rm", "on-prem-rag-backend"]}}}





