Hello World
БесплатноНе проверенA minimal MCP server that responds with 'hello' at the /hello endpoint, serving as a scaffold for building MCP-style services.
Описание
A minimal MCP server that responds with 'hello' at the /hello endpoint, serving as a scaffold for building MCP-style services.
README
Minimal hello-world scaffold for an MCP-style service.
Run the simple HTTP server locally:
python3 src/mcp_server.py
Then open or curl the hello endpoint:
curl http://localhost:8000/hello
This project contains:
src/mcp_server.py: minimal HTTP server responding at/hello.gitignore: common Python ignoresrequirements.txt: empty for this minimal example
Azure Function deploy (Bicep)
Files added:
infra/main.bicep: Bicep template creating storage, app insights, app plan, and function appinfra/deploy.sh: helper script that createsrg_hello-worldand deploys the Bicep templatesrc/func_app: Python Azure Functions scaffold (HTTP-triggeredHellofunction)
Deploy steps:
# ensure you are logged in to the correct Azure subscription
az login
# create resource group and deploy infra
bash infra/deploy.sh
Naming notes:
- You requested resources named using the pattern
<abbr>_hello-world. Some Azure services (storage account, hostname-based names) have stricter naming rules that disallow underscores and uppercase letters; the Bicep template sanitizes names where required.
Установка Hello World
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/bradleylacroix/mcp_hello-worldFAQ
Hello World MCP бесплатный?
Да, Hello World MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Hello World?
Нет, Hello World работает без API-ключей и переменных окружения.
Hello World — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Hello World в Claude Desktop, Claude Code или Cursor?
Открой Hello World на 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 Hello World with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
