Skip to main content
Glama
bradleylacroix

mcp_hello-world

mcp_hello-world

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 ignores

  • requirements.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 app

  • infra/deploy.sh: helper script that creates rg_hello-world and deploys the Bicep template

  • src/func_app: Python Azure Functions scaffold (HTTP-triggered Hello function)

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.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    Not graded
    maintenance
    A minimal reference implementation of an MCP server that responds with "Hello, World" via Streamable HTTP. Serves as a baseline for integration testing and MCP client development with production-ready features including health checks, metrics, and containerized deployment.
    3
    20,480
  • A
    license
    C
    quality
    D
    maintenance
    A simple MCP server that provides a basic greeting tool for saying hello with customizable names. Serves as a boilerplate template for developers to quickly create and deploy new MCP servers.
    1
    9
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A minimal Model Context Protocol server built with FastAPI that provides a basic "Hello World" resource and tool. Serves as a starting point for building and validating MCP client integrations with richer resources and tools.

View all related MCP servers

Related MCP Connectors

  • MCP server for URL shortening and management

  • A very simple remote MCP server that greets you, with a custom icon.

  • The official MCP Server from Mia-Platform to interact with Mia-Platform Console

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bradleylacroix/mcp_hello-world'

If you have feedback or need assistance with the MCP directory API, please join our Discord server