mcp-server-test
Verified Safeby Mydcj
Overview
Provides a basic TCP server for testing network connections and data exchange.
Installation
docker run -p 8000:8000 mcp-server-testSecurity 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
pulse-tm
Pulse is a terminal-based task manager designed for developers to manage projects and tasks, offering CLI, TUI, and seamless integration with AI agents via the Model Context Protocol (MCP).
remote-mcp-server-test
An expense tracking server that allows adding, listing, and summarizing financial expenses.
repo-from-remote-mcp1
This repository appears to be a placeholder or testbed for an MCP server development, primarily containing testing documentation rather than executable server code.
mcp-test
This repository serves as a testing ground for experiments involving integration with an MCP server.