Back to Home
HermeticOrmus icon

claude-code-mcp-server-starter-kit

Verified Safe

by HermeticOrmus

Overview

Provides a personalized greeting message via a simple MCP tool, serving as the simplest possible example for new MCP server developers.

Installation

Run Command
python src/server.py

Security Notes

The server exposes a single tool `say_hello` which takes a string `name`. Input validation for `name` ensures it's a non-empty string. The response is a simple f-string interpolation of the validated input. No external system calls, network requests, file I/O, or dynamic code execution are present, minimizing attack surface. No hardcoded secrets. It is extremely safe for its intended purpose.

Similar Servers

Stats

Interest Score0
Security Score10
Cost ClassLow
Avg Tokens20
Stars0
Forks0
Last Update2025-11-20

Tags

MCPPythonFastMCPHello WorldGreetingStarter KitTool