Back to Home
ribeiry icon

mcp-server-init

Verified Safe

by ribeiry

Overview

Initializes an MCP (Minecraft Coder Pack) server development environment for Minecraft modding.

Installation

Run Command
npx mcp-server-init <output_directory>

Security Notes

The script uses `child_process.spawnSync` to execute `java` and `git` commands, which is generally safer than `exec`. It downloads JAR files from official Mojang and Minecraft Forge sources. No 'eval' or hardcoded secrets were found. The use of `process.argv[2]` for the output directory could theoretically allow for path manipulation if an attacker controlled the input, potentially leading to file creation/overwriting in unintended locations, but not direct code execution within the Node.js script.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Stars0
Forks0
Last Update2026-01-19

Tags

MinecraftModdingGame DevelopmentServer SetupNode.js