mcp-server-say-hello
@BrightLin
关于 mcp-server-say-hello
The most simple ModelContext Protocol server example, just say hello to user. Written by python
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"say_hello": {
"command": "python",
"args": [
"-m",
"mcp_server_say_hello"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-server-say-hello?
A greeting service that provides a standardized say_hello tool interface, compliant with the MCP v1.2 protocol. It is for developers who need to integrate personalized greeting generation into MCP-compatible applications.
How to use mcp-server-say-hello?
Install via uvx (uvx mcp-server-say-hello) or pip (pip install mcp-server-say-hello), then configure in VS Code (under mcp.servers) or in Claude Desktop/Trae CN Desktop (under mcpServers). The tool say_hello accepts a name parameter and returns Hello {name}!.
Key features of mcp-server-say-hello?
- Personalized greeting generation
- Compliant with MCP v1.2 protocol specifications
- Multi-environment deployment (uvx, docker, pip)
- REST API endpoint: POST /say_hello
- Standardized input and output schema
Use cases of mcp-server-say-hello?
- Add a welcoming message to an MCP-driven assistant
- Greet users by name in a chatbot or voice agent
- Demonstrate a minimal MCP tool integration in tutorials
- Serve as a starter template for MCP tool development
- Provide consistent greeting logic across different MCP hosts
FAQ from mcp-server-say-hello
What tool does mcp-server-say-hello expose?
It exposes a single tool named say_hello that accepts a name parameter and returns a text greeting.
How do I configure it in VS Code?
Add the say_hello server under mcp.servers with command uvx and args ["mcp-server-say-hello"], or use the local Python module path if installed via pip.
What deployment options are supported?
The server can be run via uvx, Docker, or pip installation (python -m mcp_server_say_hello).
Is there a direct REST API?
Yes, there is a POST /say_hello endpoint that accepts {"name": "username"} and returns {"message": "Hello username!"}.
Which MCP version is supported?
The server is specifically compliant with MCP v1.2 protocol specifications.
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
评论