Back to Home
Dhana009 icon

rag_server_implementation

Verified Safe

by Dhana009

Overview

A production-ready RAG system for MCP that provides intelligent semantic search and question-answering capabilities for codebase and documentation.

Installation

Run Command
python rag_cli.py start

Environment Variables

  • QDRANT_CLOUD_URL
  • QDRANT_API_KEY
  • QDRANT_COLLECTION
  • MCP_PROJECT_ROOT

Security Notes

The server correctly uses environment variables (`.env.qdrant`) for sensitive credentials like Qdrant API keys, and explicitly warns against committing them. Destructive operations like `delete_all` require explicit `--confirm` flags. However, the `PUBLICATION_CHECKLIST.md` indicates that Qdrant API keys were found in the git history of *other* (non-current) branches, which is a significant security vulnerability if those branches are public. This implies a need for API key rotation and stricter git hygiene across all branches.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens3000
Stars0
Forks0
Last Update2025-11-21

Tags

ragsemantic-searchdocumentationcode-searchvector-searchqdrant