Back to Home
rykhalskyi icon

ragatouille

Verified Safe

by rykhalskyi

Overview

Locally deployable solution for Retrieval-Augmented Generation (RAG) and a Model Context Protocol (MCP) Server, enabling users to create and manage 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

Parameterized SQL queries are used to prevent SQL injection. Sensitive configurations like allowed origins and MCP server host/port are read from environment variables, which is a good practice. The simple_crawler module fetches content from external URLs; while 'requests' and 'BeautifulSoup' are generally robust, feeding untrusted external content into a processing pipeline always carries a marginal risk of unexpected behavior from malformed data, though no direct code execution vulnerabilities are apparent. No direct use of `eval` or `exec` was found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2025-12-06

Tags

RAGVector DatabaseFastAPIAngularDocker