fore-mcp-server
Verified Safeby 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
python mc_server.pyEnvironment 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
Volatility-Sentinel
Manages and monitors a Minecraft Pocket Edition (MCPE) server, providing capabilities to start, stop, and interact via RCON.
carmen-mcp-server
This server provides a central configuration management service, allowing clients to get and set configuration data for a distributed system or application.
RemoteMCPServer
Provides an HTTP API for programmatic web searching using the Tavily search engine.
freecodecamp-mcp
This server provides tools for AI assistants to search FreeCodeCamp articles and YouTube tutorials via RSS feeds.