forensic-log-mcp
by Relampag0
Overview
This server acts as a forensic tool to intercept, log, and analyze network traffic (likely Minecraft Protocol, given the 'mcp' context) by operating as a Man-in-the-Middle proxy.
Installation
node dist/index.js startEnvironment Variables
- PORT
- LOG_LEVEL
Security Notes
The core functionality is a Man-in-the-Middle (MITM) proxy, which inherently carries significant security risks including intercepting and potentially exposing sensitive network traffic. It uses `execSync` for certificate generation, which is a powerful command, although seemingly used securely for its intended setup purpose. Requires explicit trust of self-signed certificates for HTTPS/TLS interception. Prone to misuse if not handled responsibly.
Similar Servers
last9-mcp-server
A backend HTTP server likely used as a control plane or for data collection/processing within an observability or monitoring system.
bit2me-mcp
Interact with the Bit2Me cryptocurrency exchange ecosystem to access real-time market data, manage wallets, execute trading operations, and query products like Earn (staking) and Loans via AI assistants.
cloud-logs-mcp
An MCP server that enables AI assistants to interact with and manage IBM Cloud Logs instances for observability, security, and performance analysis.
mcp-debugger-server
Provides enterprise-grade debugging capabilities for Node.js and TypeScript applications to AI agents, covering breakpoint management, execution control, variable inspection, performance profiling, and hang detection.