harmongyos-api-mcp-server
Verified Safeby hyqf98
Overview
Implements a custom Minecraft Protocol (MCP) server for handling game client connections and interactions.
Installation
node src/server.jsEnvironment Variables
- MCP_SERVER_HOST
- MCP_SERVER_PORT
- MCP_PROTOCOL_VERSION
Security Notes
The server uses standard Node.js and Minecraft protocol libraries. Environment variables are utilized for configuration, preventing hardcoded secrets. No 'eval' or obvious malicious patterns were found in the provided snippets. As a network service, it inherently carries some risk, but the code itself does not introduce major new vulnerabilities.
Similar Servers
kStock-mcp-server
This server provides an MCP (Micro-Capability Protocol) interface to interact with the Korean Investment API, enabling functionalities like fetching stock prices, account information, financial data, and executing stock buy/sell orders.
mcp-servers
Provides an MCP server to execute Windows terminal commands, primarily for use by AI agents or other automated systems.
raml-mcp-server
This server provides an implementation or framework for interacting with the Minecraft Protocol (MCP), likely for custom game logic or client interactions.
mcp-server-atellier-tech
This project implements a custom Minecraft Protocol (MCP) server, allowing players to connect and interact within a simulated game world.