Skip to main content
Glama
mitchallen

mcp-hello-typescript-server

by mitchallen

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoBind address for http transport127.0.0.1
PORTNoBind port for http transport8000
APP_NAMENoName reported by server_infomcp-hello-typescript-server
MCP_TRANSPORTNoTransport mode: stdio or httpstdio

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
server_infoA

Health/status of the server: app name, version, uptime, and supported greeting languages.

greetA

Return a friendly greeting in the requested language (default English). language accepts a language name, alternate spelling, or ISO code (english, spanish, french, german, italian, portuguese, japanese, hawaiian). Optional name personalizes the message. 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

TDQS

A4.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools serve entirely different purposes: one for generating greetings and one for server health. There is no overlap or ambiguity.

Naming Consistency4/5

Both names use snake_case, but 'greet' is a verb while 'server_info' is a noun, breaking a strict verb_noun pattern. Still, the style is consistent and readable.

Tool Count3/5

With only 2 tools, the server feels minimal. For a greeting-focused server, this might suffice, but it borders on too few for a typical MCP server scope.

Completeness4/5

The tools cover the core functionality (greeting and server info) with no obvious gaps. However, a dedicated tool to list supported languages could be considered a minor missing piece.

Maintenance

ActivityActive
ResponsivenessNo issues