Back to Home
larpig icon

mcp-rag-agent

Verified Safe

by larpig

Overview

This server provides a production-ready RAG agent for question answering on internal company policies, utilizing hybrid search and grounded responses.

Installation

Run Command
python -m mcp_rag_agent.agent.create_agent

Environment Variables

  • MONGODB_ATLAS_CLUSTER_URI
  • MONGODB_ATLAS_DB_NAME
  • OPENAI_API_KEY

Security Notes

The server uses external services (MongoDB Atlas, OpenAI) with API keys loaded from environment variables, which is a good practice. The MCP server, when integrated locally, primarily uses stdio transport, reducing direct network exposure. No explicit 'eval' or other highly dangerous functions were found. Network access is inherently required for the database and LLM API calls.

Similar Servers

Stats

Interest Score13
Security Score9
Cost ClassHigh
Avg Tokens1500
Stars1
Forks0
Last Update2025-12-23

Tags

RAGAI AgentMongoDBVector SearchLLM