testdata-mcp-server
Verified Safeby christiesj11-ui
Overview
A basic TCP server demonstrating client-server communication with a rudimentary authentication mechanism.
Installation
docker run -p 8080:8080 mcp-serverSecurity 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
dev-kit-gh-mcp-server
A GitHub Model Context Protocol (MCP) server designed for automation, bots, and AI agents to perform focused repository operations.
HornetMCP
Provides a standalone Model Context Protocol (MCP) client to integrate smart contract vulnerability search directly into AI chat platforms like Claude Desktop.
Minimal-MCP-Server
A minimalist server likely implementing or interacting with a Minecraft-like protocol, possibly for testing custom game functions or providing a lightweight backend.
mcp-server-test
Unable to determine the specific use case due to the complete absence of provided source code. The repository name 'mcp-server-test' suggests it might be a test server related to the Minecraft Protocol (MCP).