hello-mcp-server

tanshinjie/hello-mcp-server

3.2

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

This document provides a structured summary of a simple Model Context Protocol (MCP) server implementation.

Tools
1
Resources
0
Prompts
0

Simple MCP Server

A minimal Model Context Protocol server with:

  • One tool (echo) that returns the input text.
  • One resource (hello.txt) containing mock data.

Run Locally

pip install -r requirements.txt
mcp dev server.py