Back to Home
jenksed icon

nerve

Verified Safe

by jenksed

Overview

This project acts as an intercepting proxy for Minecraft Protocol (MCP) traffic, allowing for custom logic or modifications between a Minecraft client and server.

Installation

Run Command
python server.py

Environment Variables

  • MINECRAFT_SERVER_HOST
  • MINECRAFT_SERVER_PORT
  • SERVER_HOST
  • SERVER_PORT
  • SSL_KEYFILE
  • SSL_CERTFILE

Security Notes

As an intercepting network proxy, it inherently handles untrusted client input, which requires robust packet validation to prevent vulnerabilities. The 'plugins/' directory suggests an extensible architecture; if plugins can be loaded from untrusted sources, it introduces a significant risk. Proper firewalling and access control are critical for deployment to limit exposure.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Stars0
Forks0
Last Update2026-01-16

Tags

MinecraftProxyProtocolServerPython