Skip to main content
Glama
gemyago

HelloWorld MCP Server

by gemyago

Related Servers

Alternatives to HelloWorld MCP Server

No user-submitted related servers found.

    Related Servers

    • 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.
      4 npm
      1
      ISC
    • A
      license
      Not graded
      quality
      D
      maintenance
      A lightweight TypeScript-based MCP server that demonstrates how to build custom MCP tools by implementing a simple addition calculator. Serves as a starting point for building MCP-compatible tools.
      884 npm
      MIT
    • A
      license
      A
      quality
      A
      maintenance
      A minimal MCP server that provides a health check (server_info) and multi-language greeting (greet) tools, built with TypeScript and the official SDK.
      2
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      A TypeScript MCP server example providing basic developer tools: hello world greeting, arithmetic calculator, and file information retrieval.
      -
    • F
      license
      A
      quality
      C
      maintenance
      Enables users to run a modular TypeScript MCP server that communicates over STDIO and exposes tools for summing numbers and greeting users.
      2
      -
    • F
      license
      A
      quality
      C
      maintenance
      A TypeScript MCP server boilerplate that provides example tools (calculator, greet) and resources (system info) to kickstart custom MCP server development.
      6
      -

    TDQS

    B3.2/5.0

    Scored across 2 tools

    Disambiguation5/5

    The two tools have completely distinct purposes: 'add' performs a mathematical operation on numbers, while 'hello' handles a greeting interaction. There is no overlap or ambiguity between these functions, making tool selection straightforward for an agent.

    Naming Consistency5/5

    Both tool names are simple, lowercase verbs ('add' and 'hello') that clearly indicate their actions. While they don't follow a strict verb_noun pattern, the naming is perfectly consistent in style and readability for this minimal set.

    Tool Count2/5

    With only two tools, this server feels extremely thin and under-scoped for any meaningful domain. The tools are trivial and unrelated, suggesting either a demo/test server or one with significant missing functionality for practical use.

    Completeness1/5

    The server lacks a coherent domain, making completeness impossible to assess meaningfully. The tools are isolated operations (math and greeting) with no logical connection or coverage of any workflow, representing a severely incomplete surface for any real-world purpose.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues