Back to Home
christiesj11-ui icon

testdata-mcp-server

Verified Safe

by christiesj11-ui

Overview

A basic TCP server demonstrating client-server communication with a rudimentary authentication mechanism.

Installation

Run Command
docker run -p 8080:8080 mcp-server

Security Notes

The server has critical security flaws: credentials ('testuser', 'testpassword') are hardcoded, and the 'authentication' uses Base64 encoding which is not encryption, making credentials sent over plain TCP entirely vulnerable. There is no rate limiting on login attempts, and no encryption for the communication channel. This makes the server highly insecure for any real-world use.

Similar Servers

Stats

Interest Score0
Security Score2
Cost ClassLow
Avg Tokens30
Stars0
Forks0
Last Update2025-11-30

Tags

TCP serverJavaauthenticationclient-serverdemo