Volatility-Sentinel
by Mkscode92
Overview
Manages and monitors a Minecraft Pocket Edition (MCPE) server, providing capabilities to start, stop, and interact via RCON.
Installation
python main.pyEnvironment Variables
- MCPE_SERVER_PATH
- MCPE_SERVER_VERSION
- SERVER_MEMORY_MB
- JAVA_PATH
- RCON_HOST
- RCON_PORT
- RCON_PASSWORD
- LOG_FILE
- LOG_LEVEL
- POLL_INTERVAL_SECONDS
- MAX_RESTARTS
Security Notes
The RCON password and other sensitive configuration details are hardcoded directly within `config.py`. This poses a significant security risk if the configuration file is exposed, as it is not loaded from environment variables or a secure secret management system. The use of RCON itself requires careful network configuration (e.g., firewalling) to prevent unauthorized access to the Minecraft server.
Similar Servers
codemesh
CodeMesh acts as an intermediary MCP server that allows AI agents to write and execute TypeScript code to orchestrate tools and data from multiple configured MCP servers, featuring a self-improving augmentation system for documentation.
mcp-servers-devops-toolkit
Provides a curated list of Model Context Protocol (MCP) servers relevant to DevOps workflows for AI agents and developers.
Gemini_mcp_server
A server application designed to host or manage instances of Minecraft Pocket Edition (MCP) games, potentially offering a web interface or API for administration.
RemoteMCPServer
Provides an HTTP API for programmatic web searching using the Tavily search engine.