Back to Home
hjkim7796 icon

RAG-CHROMA-MCP-SERVER

Verified Safe

by hjkim7796

Overview

Serves a Retrieval-Augmented Generation (RAG) system via HTTP/SSE using the Model Context Protocol (MCP), primarily for integration with AI assistants like Claude Desktop.

Installation

Run Command
python rag_mcp_http_server.py

Environment Variables

  • ANTHROPIC_API_KEY
  • API_KEY

Security Notes

The default configuration uses broad CORS (`allow_origins=['*']`) and does not enforce API key authentication by default, making it insecure for public production deployment. The `ANTHROPIC_API_KEY` is loaded from environment variables, preventing hardcoding of LLM secrets. The README explicitly advises adding API key authentication, HTTPS, and rate limiting for production environments. No 'eval' or other directly malicious patterns were found in the provided code.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens1500
Stars0
Forks0
Last Update2025-12-04

Tags

RAGMCPFastAPISSEChromaDBClaude AIVector DatabasePython