Back to Home
Mydcj icon

mcp-server-test

Verified Safe

by Mydcj

Overview

Provides a basic TCP server for testing network connections and data exchange.

Installation

Run Command
docker run -p 8000:8000 mcp-server-test

Security Notes

The server is a very simple TCP listener with no external dependencies, dynamic code execution (e.g., eval), or hardcoded secrets. It logs received data and sends a fixed response. The only potential 'risk' is that it listens on `0.0.0.0`, exposing it to all network interfaces, which should be considered for public deployment but is common for a test server.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens20
Stars0
Forks0
Last Update2025-11-22

Tags

TCPNetworkServerTestingNode.js