Back to Home
sathakhussam icon

mcp-server-internship

Verified Safe

by sathakhussam

Overview

A Python-based desktop application leveraging Gemini to answer business questions by ingesting and querying website data and WhatsApp messages.

Installation

Run Command
python main.py

Environment Variables

  • GEMINI_API_KEY
  • CHROMA_DB_PATH
  • DATA_DIR

Security Notes

The application handles API keys via environment variables, avoiding hardcoding. Data ingestion involves scraping external websites and processing user-selected local files; while general web scraping has inherent risks (e.g., malformed HTML), the use of BeautifulSoup and file dialogs mitigates common injection vectors. No direct 'eval' or 'exec' calls, or unauthorized shell commands were identified. Overall, good security practices for its stated functionality.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-11-29

Tags

PythonRAGLLMDesktop AppBusiness Intelligence