adminmcp
by frankausberlin
Overview
Provides a web-based administrative interface for managing one or more Minecraft servers, offering functionalities like server startup/shutdown, configuration editing, and potentially user/plugin management.
Installation
npm install && npm startEnvironment Variables
- PORT
- DATABASE_URL
- ADMIN_USERNAME
- ADMIN_PASSWORD
- SESSION_SECRET
Security Notes
This application likely uses `child_process` to manage external Minecraft server processes, creating a significant risk of command injection if user-supplied inputs (e.g., server commands, file paths) are not thoroughly sanitized and validated. Robust authentication and authorization mechanisms are crucial to prevent unauthorized access to server management functionalities. Potential for hardcoded secrets (e.g., database credentials, RCON passwords, API keys) if environment variable usage is not strictly enforced. Thorough code review is recommended before deployment, especially in a public-facing environment.
Similar Servers
osaurus
Osaurus is an AI edge runtime for macOS, enabling users to run local and cloud AI models, orchestrate tools via the Model Context Protocol (MCP), and power AI applications and workflows on Apple Silicon.
wcgw
Empowering chat applications to code, build, and run on your local machine by providing tightly integrated shell and code editing tools.
mcp-use-cli
An interactive command-line interface (CLI) tool for connecting to and interacting with Model Context Protocol (MCP) servers using natural language, acting as an AI client that orchestrates LLM responses with external tools.
agentx
A unified CLI tool for managing MCP (Model Context Protocol) servers and skills across multiple AI coding agents like Claude Code, Codex, Cursor, Gemini CLI, and OpenCode.