Back to Home
rykhalskyi icon

ragatouille

Verified Safe

by rykhalskyi

Overview

A local RAG and MCP server solution for building personalized knowledge bases from diverse data sources.

Installation

Run Command
docker compose up -d --build

Environment Variables

  • PYTHONUNBUFFERED
  • ALLOWED_ORIGINS
  • MCP_HOST
  • MCP_PORT

Security Notes

The server exposes ports 4301 (FastAPI), 4302 (FastMCP), and 4300 (frontend) which bind to 0.0.0.0 in the Docker setup. While standard for local external access, this means they are accessible from any network interface, which could be a risk if deployed on a public server without proper firewall rules. No 'eval' or other obvious malicious patterns found. No hardcoded sensitive API keys or credentials. CORS is configured for localhost by default, which is safe. The project is noted as 'pre-production' which suggests potential for instability or undiscovered issues.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens2000
Stars0
Forks0
Last Update2026-01-18

Tags

RAGMCPVector SearchLocal AIKnowledge Base