Skip to main content
Glama

Related Servers

Alternatives to mcp-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 minimal learning-focused MCP server that demonstrates core primitives like tools and resources through simple greeting functions. It provides a foundational example for connecting AI models to external data using both Streamable HTTP and stdio transports.
      13 npm
      MIT
    • F
      license
      A
      quality
      C
      maintenance
      Provides a minimal Model Context Protocol server that demonstrates a basic tool, a static resource, and a prompt template, enabling clients to discover and exercise core MCP capabilities over stdio.
      1
      -
    • F
      license
      Not graded
      quality
      C
      maintenance
      A minimal MCP server over Streamable HTTP demonstrating the MCP protocol with tools for health checks, echo, and text reversal.
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      A minimal demonstration server showcasing MCP protocol capabilities including tools, resources, and prompts with basic examples like hello world functionality.
      3 npm
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      A minimal MCP server that exposes health-check and server information tools over stdio or HTTP, and can be containerized and deployed to IBM Code Engine.
      2
      Apache 2.0

    TDQS

    A3.9/5.0

    Scored across 6 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose: health checks connectivity, add and multiply perform arithmetic, echo returns text, get_user_profile fetches a profile, and fail deliberately raises an error. There is no meaningful overlap between any pair of tools.

    Naming Consistency3/5

    Most tools use short, lowercase names like add, multiply, echo, and fail, but health is a noun rather than an action and get_user_profile uses a verb_noun pattern. The naming is readable overall but mixes conventions.

    Tool Count4/5

    Six tools is a reasonable size for a small server, and each tool contributes something distinct. However, the set feels like a grab bag of unrelated utilities rather than a tightly scoped collection.

    Completeness2/5

    There is no coherent domain that the tool set fully covers: the math tools only support add and multiply, and the user profile surface has only a single get operation with no list, create, update, or delete. This makes the overall surface feel incomplete and ad hoc.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues