claude-code-mcp-server-starter-kit
Verified Safeby HermeticOrmus
Overview
Provides a personalized greeting message via a simple MCP tool, serving as the simplest possible example for new MCP server developers.
Installation
python src/server.pySecurity 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
my-ai-tools
Provides a comprehensive setup and configuration management guide for an AI-powered developer environment, integrating various AI coding tools and their custom settings.
claude-code-buddy
An intelligent AI Agent orchestration system for Claude Code, focusing on smart task routing, prompt enhancement, project memory, workflow guidance, and planning, presented via a real-time terminal UI dashboard.
cldcde
A persistent context manager that scrapes, stores, searches, and analyzes AI conversations from various platforms (ChatGPT, Grok, Gemini, Claude) to support project development and insights.
Glee
Glee is an essential MCP toolkit that acts as an orchestration layer for AI coding agents, providing persistent memory, AI code review, and session hooks to consolidate developer tools.