Skip to main content
Glama
devashish234073

my-mcp-server

Related Servers

Alternatives to my-mcp-server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      B
      maintenance
      A simple MCP server that exposes a 'greet' tool which returns a friendly greeting for a given name.
      7
      ISC
    • A
      license
      C
      quality
      D
      maintenance
      A simple demonstration project for the Model Control Protocol (MCP) server that provides tools for AI assistants to fetch news articles, perform calculations, retrieve weather data, and generate personalized greetings.
      3
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      A basic MCP server implementation using the FastMCP framework that provides utility tools for greetings and mathematical calculations. It is designed to demonstrate tool integration for AI-assisted development workflows like Cline.
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      A minimal Model Context Protocol server demo that exposes tools through HTTP API, including greeting, weather lookup, and HTTP request capabilities. Demonstrates MCP server implementation with stdio communication and HTTP gateway functionality.
      9
      ISC

    TDQS

    B3.1/5.0

    Scored across 3 tools

    Disambiguation5/5

    Each tool has a clearly distinct and non-overlapping purpose: calculate handles math, greet handles messaging, and weather_info handles weather data. An agent can easily tell them apart with no risk of misselection.

    Naming Consistency3/5

    The naming is mixed: calculate and greet are verbs, while weather_info is a noun phrase. There is no consistent verb_noun pattern, but the names are still readable and descriptive.

    Tool Count3/5

    With only 3 tools, the server feels thin and under-scoped for a general-purpose MCP server. The tools cover unrelated domains (math, greeting, weather), suggesting a lack of cohesive focus.

    Completeness2/5

    The server lacks a clear domain, making completeness hard to assess. Each tool stands alone without supporting operations (e.g., no update or delete for weather), leading to significant gaps in any potential workflow.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues