Back to Home
Tsarri icon

rag-mcp-server

Verified Safe

by Tsarri

Overview

A multi-agent Retrieval-Augmented Generation (RAG) system for legal tech, focusing on document intelligence, deadline extraction, and strategic analytics.

Installation

Run Command
python src/server.py

Environment Variables

  • SUPABASE_URL
  • SUPABASE_KEY
  • ANTHROPIC_API_KEY
  • GEMINI_API_KEY

Security Notes

The server handles API keys via environment variables, which is good practice. File system operations for document storage and deletion are restricted to client-specific subdirectories, mitigating arbitrary file access risks. The Supabase client library is used, which typically prevents SQL injection. However, as an LLM-powered application, it is inherently susceptible to prompt injection attacks against the underlying Claude and Gemini models, where a malicious input could potentially manipulate AI behavior. No direct use of `eval` or obvious obfuscation was found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens2600
Stars0
Forks0
Last Update2025-12-23

Tags

RAGMulti-AgentLegal TechDocument ProcessingDeadline ManagementAIAnalytics