Back to Home
ofrausto3 icon

MCP_Server_Project

Verified Safe

by ofrausto3

Overview

A foundational FastAPI server for integrating and managing Spark and PostgreSQL data operations and ETL pipelines.

Installation

Run Command
python main.py

Environment Variables

  • mcp_server_host
  • mcp_server_port
  • postgres_host
  • postgres_port
  • postgres_db
  • postgres_user
  • postgres_password
  • spark_master
  • spark_app_name

Security Notes

No 'eval' or obfuscation found. Environment variables are used for sensitive configurations (e.g., Postgres credentials, Spark settings) via `.env` file, which is good practice. The current 'tools' implementations are stubs and do not yet interact with real external systems, minimizing immediate data exposure risk. The `uvicorn` server is configured with `reload=True`, which is suitable for development but should be disabled in a production environment.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens25
Stars0
Forks0
Last Update2025-11-21

Tags

FastAPISparkPostgreSQLETLData Management