Skip to main content
Glama
mitchallen

mcp-hello-server

by mitchallen

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoBind address for http/sse transport127.0.0.1
PORTNoBind port for http/sse transport8000
APP_NAMENoName reported by server_infomcp-hello-server
MCP_TRANSPORTNoTransport mode: stdio, http, or ssestdio

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
server_infoB

Health/status of the server.

greetA

Return a friendly greeting in the requested language (default English).

language accepts a language name, an alternate spelling, or an ISO code (case-insensitive) — e.g. "french", "Français", or "fr". Supported languages: english, spanish, french, german, italian, portuguese, japanese, hawaiian. Pass an optional name to personalize the message (e.g. "Bonjour, Alice!"). Returns {language, greeting, message}.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/mitchallen/mcp-hello-server'

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