mcp-echo-server

djoreilly/mcp-echo-server

3.1

If you are the rightful owner of mcp-echo-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.

The Model Context Protocol (MCP) server is a versatile tool designed to facilitate communication between different components in a distributed system, using a standardized protocol.

Simple MCP server

Container image for testing/debugging

Stdio or HTTP Streamable transport

Echo server from FastMCP example Dockerfile from Astral example

Streamable-HTTP transport

$ podman run -it --rm -p 8000:8000 ghcr.io/djoreilly/mcp-echo-server:main --transport http --host 0.0.0.0 --port 8000