Back to Home
larpig icon

mcp-rag-agent

Verified Safe

by larpig

Overview

A RAG-based chatbot that provides grounded answers to company policy questions by performing semantic search on an internal document corpus stored in a vector database.

Installation

Run Command
python -m mcp_rag_agent.mcp_server.server

Environment Variables

  • MONGODB_ATLAS_CLUSTER_URI
  • MONGODB_ATLAS_DB_NAME
  • OPENAI_API_KEY

Security Notes

The project uses standard practices for handling API keys (environment variables via .env files). The MCP server communicates via stdio, implying local inter-process communication rather than exposing network ports publicly by default, which is generally more secure. No explicit 'eval' or other direct code injection vulnerabilities were found. Potential for prompt injection exists, which is inherent to LLM applications.

Similar Servers

Stats

Interest Score55
Security Score8
Cost ClassHigh
Avg Tokens1500
Stars1
Forks0
Last Update2025-11-30

Tags

RAGLangGraphMongoDB AtlasOpenAISemantic Search