Back to Home
AppliNH icon

mcp-rag-vector

Verified Safe

by AppliNH

Overview

An MCP server designed to serve as a RAG pipeline, enabling LLMs to write and read from a vector database.

Installation

Run Command
docker compose up -d --build

Environment Variables

  • SYSTEM_PROMPT
  • PYTHONUNBUFFERED
  • HTTP_PORT
  • LOG_LEVEL

Security Notes

The system binds HTTP servers to `0.0.0.0`, which is a common practice within Docker containers but requires careful network configuration in production environments. The 'greet' tool processes user input by simple string concatenation, which is safe. No 'eval', direct shell execution of unsanitized user input, or obvious hardcoded secrets were identified in the provided code snippet.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2025-12-05

Tags

AIMLRAGLLMVectorDB