mcp-reimagined

mcp
Security Audit
Warn
Health Pass
  • License — License: NOASSERTION
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 16 GitHub stars
Code Warn
  • network request — Outbound network request in scripts/src/downloadFile.ts
  • network request — Outbound network request in scripts/src/forgeGradle.ts
  • network request — Outbound network request in scripts/src/forgeSPI.ts
  • network request — Outbound network request in scripts/src/gradleProperties.ts
  • network request — Outbound network request in scripts/src/latestBranch.ts
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This tool is an automated fork of MCP-Reborn that uses GitHub Actions and Bun to keep a Minecraft modding environment updated to the latest game version. It generates unobfuscated Minecraft source code for modding and research within the IntelliJ IDE.

Security Assessment
Overall Risk: Low. The tool does not request dangerous permissions or contain hardcoded secrets. However, the automated scripts do make several outbound network requests to fetch Gradle properties, Forge files, and Minecraft mappings. While there are no apparent arbitrary shell command executions, users should still be aware of what external servers are being contacted during the automated setup process.

Quality Assessment
The project is actively maintained, with its last push being very recent. It enjoys a modest level of community trust with 16 GitHub stars. The main drawback is the licensing: the repository holds a "NOASSERTION" license, but the documentation explicitly includes a strict MCP License cautioning users against publishing any of the generated Minecraft code. Developers must be prepared to respect these proprietary limitations if they use this environment.

Verdict
Safe to use, provided you trust the external servers contacted during setup and comply with the strict non-distribution rules for the generated code.
SUMMARY

Automated fork of MCP-Reborn that updates automatically to the latest Minecraft version.

README.md

mcp-reimagined

Automated fork of Hexeption/MCP-Reborn powered by GitHub Actions and Bun which updates to the latest version of Minecraft.

[!CAUTION]
You are NOT allowed to publish any of Minecraft's code generated by this tool. Refer to the License for more information.

[!WARNING]
This repository requires Java version 25 or higher.
Press Ctrl + Shift + Alt + S to change your Java version in IntelliJ.

[!IMPORTANT]
You can find from Minecraft version 1.21.3 20241025.112443 and onward in the releases.

[!NOTE]
The current Minecraft version in this repository is 26.1.1 20260401.101545.

Usage

[!IMPORTANT]
IntelliJ IDEA is recommended for this project.

Clone repository with Git

$ git clone https://github.com/dubfib/mcp-reimagined.git

*Or download from your browser here.*

Unzip and open the project in IntelliJ IDEA

[!TIP]
You can optionally delete the .github and scripts folder as it is used for automation in the repository.

Wait for IntelliJ to import the Gradle project

[!TIP]
If it does not automatically import, open build.gradle and click the run button at the top right corner.
You also can edit how much ram Gradle can use in gradle.properties to speed up the process.

# 8GB of ram instead of the default 3GB
org.gradle.jvmargs=-Xmx8G

Click the Gradle icon on the right sidebar

[!IMPORTANT]
Run Tasks/mcp/setup, then Tasks/mcp/copyAssets.

Run Minecraft client

[!NOTE]
Click the dropdown next to the run button, select Minecraft, and click run, or just run Tasks/mcp/runClient.

Building

todo. docs will be added in the future (next commit, most likely as i already know how to do it).

Contributors

❤️ Special thanks to the MinecraftForge for making this project possible.

Reviews (0)

No results found