Skip to main content
Glama
mitchallen

mcp-hello-typescript-server

by mitchallen

Related Servers

Alternatives to mcp-hello-typescript-server

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      A
      maintenance
      A minimal MCP server that provides health/status checks and multilingual greetings via the server_info and greet tools.
      2
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      A simple demonstration MCP server that provides a basic 'say_hello' tool for greeting users by name, serving as a template for building MCP servers with TypeScript.
      3 npm
      1
      ISC
    • F
      license
      B
      quality
      D
      maintenance
      A demonstration TypeScript MCP server that showcases basic MCP concepts with simple tools (greeting, calculator), text resources, and prompt templates for learning the Model Context Protocol.
      2
      -
    • A
      license
      D
      quality
      D
      maintenance
      A minimal Model Context Protocol server in TypeScript that demonstrates MCP-compliant resources and tools for LLMs, featuring simple resources and a basic tool that echoes messages or returns greetings.
      1
      5
      Apache 2.0
    • A
      license
      B
      quality
      C
      maintenance
      A basic MCP server example with a hello tool, info resource, and assistant prompt, built with TypeScript and Node.js using the official MCP SDK.
      1
      MIT

    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