Server Say Hello
БесплатноНе проверенMCP server that provides a greeting tool to say hello to users.
Описание
MCP server that provides a greeting tool to say hello to users.
README
MCP Protocol-compliant greeting service providing standardized greeting tool interfaces.
Features
- Personalized greeting generation
- Compliant with MCP v1.2 protocol specifications
- Multi-environment deployment support (uvx/docker/pip)
- Complete tool registration specifications
Tool Registration
Tool List
say_helloDescription: Greeting tool for users
Input Parameters:
{ "name": "username" }Success Response:
{ "type": "text", "text": "Hello {username}!" }
API Reference
endpoint: POST /say_hello
request parameters:
{
"name": "username"
}
success response:
{
"message": "Hello {username}!"
}
Integrated configuration
VS Code configuration
{
"mcp": {
"servers": {
"say_hello": {
"command": "uvx",
"args": ["mcp-server-say-hello"]
}
}
}
}
or locally (if you installed the package using pip install or pip install -e .):
{
"mcp": {
"servers": {
"say_hello": {
"command": "/path/to/python",
"args": ["-m", "mcp_server_say_hello"]
}
}
}
}
Note: command use the python bin path or "python" if you have it in your PATH
Claude Desktop or Trae CN Desktop configuration
use python
{
"mcpServers": {
"say_hello": {
"command": "python",
"args": ["-m", "mcp_server_say_hello"]
}
}
}
or uvx
{
"mcpServers": {
"say_hello": {
"command": "uvx",
"args": ["mcp-server-say-hello"]
}
}
}
AIGC prompt example
Установить Server Say Hello в Claude Desktop, Claude Code, Cursor
unyly install mcp-server-say-helloСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add mcp-server-say-hello -- uvx mcp-server-say-helloFAQ
Server Say Hello MCP бесплатный?
Да, Server Say Hello MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Server Say Hello?
Нет, Server Say Hello работает без API-ключей и переменных окружения.
Server Say Hello — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Server Say Hello в Claude Desktop, Claude Code или Cursor?
Открой Server Say Hello на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Server Say Hello with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
