echo-mcp-server
Verified Safeby aadversteeg
Overview
A simple echo server implementing the Model Context Protocol (MCP) to demonstrate custom MCP server creation and echo messages.
Installation
docker run -d --name echo-mcp echo-mcp-server:latestEnvironment Variables
- MessageFormat
Security Notes
The provided source code snippets (configuration files) and README do not reveal any immediate security vulnerabilities like 'eval' usage, hardcoded sensitive credentials, or network misconfigurations. The 'MessageFormat' relies on string templating, which is generally safe in .NET applications and does not imply code execution. A full audit would require inspecting the complete C# application logic, but based on the available information, it appears secure for its stated purpose.
Similar Servers
sample-serverless-mcp-servers
Implements a sample stateful MCP (Model Context Protocol) server with echo functionality, deployable on AWS ECS Fargate using Python.
yardstick
A Model Context Protocol (MCP) server designed for performance testing and validating MCP implementations across various transport types.
mcp-mock-server
Provides a mock server for the Model Context Protocol (MCP) to aid in the development and testing of MCP clients.
mcp-servers
Provides current weather conditions and forecasts from the Open-Meteo API for a given geographical location.