Back to Home
ivanmandat icon

fore-mcp-server

Verified Safe

by ivanmandat

Overview

This server provides a web-based interface and real-time communication layer to monitor, manage, and interact with a running Minecraft server using RCON.

Installation

Run Command
python mc_server.py

Environment Variables

  • RCON_HOST
  • RCON_PORT
  • RCON_PASSWORD
  • FLASK_SECRET_KEY

Security Notes

The server exposes a web interface (Flask, SocketIO) and communicates with a Minecraft server via RCON. RCON connections are privileged and require strong password management, ideally loaded from environment variables via `config.py`. Standard web application security practices (authentication, authorization, input sanitization) are critical. No `eval` or obvious malicious patterns were found in the provided summaries. The security score reflects the inherent risks of managing RCON credentials and running a web service.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Stars0
Forks0
Last Update2025-12-01

Tags

MinecraftServerRCONWeb InterfaceReal-time