echo-mcp-server

echo-mcp-server

3.2

If you are the rightful owner of echo-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A simple echo server implementing the Model Context Protocol (MCP) with basic echo functionality.

The Echo MCP server is a lightweight server built with .NET Core using the Model Context Protocol C# SDK. It provides a simple tool for echoing messages back to the client, demonstrating how to create a custom MCP server. The server can be deployed directly on a machine or as a Docker container, making it versatile for different deployment environments. It is designed to be easily customizable, allowing users to modify the message format through configuration settings.

Features

  • Echo any message back to the client
  • Customizable message format through configuration
  • Built on the Model Context Protocol standard

Tools

  1. echo

    Echoes the message back to the client. Parameters: message (required): The message to echo back.