Skip to main content
Glama
roderickch01

mcp-server-starter

by roderickch01

Related Servers

Alternatives to mcp-server-starter

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      A dead simple MCP server for exposing your app functions to AI agents like Claude Desktop.
      6 npm
      6
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      A model-agnostic MCP server exposing example tools (add1, multiply2, greet) for learning purposes, working with any LLM through stdio transport.
      -
    • F
      license
      Not graded
      quality
      C
      maintenance
      A sample MCP server that provides basic arithmetic tools like addition, subtraction, multiplication, and division. It serves as a demonstration for implementing the Model Context Protocol and connecting custom tools to clients like Claude Desktop.
      -
    • -
      license
      Not graded
      quality
      C
      maintenance
      A simple MCP server that provides a 'hello' tool to return a personalized greeting, demonstrating integration with Claude Desktop.
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      A Machine Context Protocol server that enables Claude AI to interact with tools through a structured communication interface, following standard MCP patterns with server initialization and stdio transport.
      1,106 npm
      2
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      A dual-transport MCP server that exposes your API as tools to LLM clients, supporting both stdio transport for local clients like Claude Desktop and HTTP/SSE transport for remote clients like OpenAI's Responses API.
      -

    TDQS

    A3.9/5.0

    Scored across 2 tools

    Disambiguation5/5

    The two tools have clearly distinct purposes: 'add' handles integer arithmetic, while 'echo' handles string manipulation. There is no overlap or potential for confusion.

    Naming Consistency5/5

    Both tool names are single, lowercase verbs ('add', 'echo'), following a consistent and predictable pattern.

    Tool Count3/5

    With only 2 tools, the set is minimal. While this may be appropriate for a 'starter' server, it is on the low end and could feel thin for general use.

    Completeness2/5

    The two tools are unrelated (one math, one string), and there is no coherent domain being covered. The surface feels incomplete for any meaningful workflow, lacking operations like subtraction, string concatenation, etc. if intended as a utility set.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues