localmcp
Verified Safeby RicardoBorja
Overview
Hosts a multiplayer Minecraft server, allowing players to connect and interact in a persistent world.
Installation
java -jar <SERVER_JAR_FILE> --noguiSecurity Notes
Standard Minecraft server implementation using Netty for networking. RCON authentication relies on a password loaded from `server.properties`, which should be strong and unique. RCON is known to transmit passwords with basic security, so network isolation (e.g., firewall rules) or strong password practices are crucial. No 'eval' or obvious hardcoded secrets found in the provided snippets.
Similar Servers
mcp
This MCP server advises development agents on modern and performant best practices by identifying inefficient or outdated npm packages and serving migration documentation.
dev-kit-gh-mcp-server
A server providing Model Context Protocol (MCP) tools for automating and interacting with GitHub repositories, primarily for bots and AI agents.
mcp-client-and-server
An MCP server that provides AI-agent callable tools and resources for managing guitar product inventory and customer orders, integrated with a product catalog and fulfillment API.
sample-mcp-server
A sample server implementation for the Minecraft Protocol, likely intended for educational purposes, custom game development, or as a base for a private Minecraft server.