Skip to main content
Glama

Related Servers

Alternatives to tcm-mcp

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      B
      maintenance
      An MCP server that exposes Kiwi TCMS as a set of AI-callable tools, enabling assistants to create and manage test plans, test cases, test runs, and executions directly from a conversation.
      1
      -
    • A
      license
      A
      quality
      C
      maintenance
      MCP server that integrates with Testmo to let AI assistants read projects, runs, results, and test cases, and create or update runs, results, and cases via natural language.
      15
      54 npm
      MIT
    • A
      license
      A
      quality
      A
      maintenance
      MCP server for managing test cases, cycles, and results in Zephyr Scale on self-hosted Jira. Enables AI agents to create, search, update, and delete test artifacts through natural language.
      41
      43 npm
      MIT
    • F
      license
      C
      quality
      C
      maintenance
      Enables AI agents to interact with TestMonitor projects, test cases, test runs, results, issues, and more through a local stdio MCP server generated from the official REST API specification.
      173
      -

    TDQS

    A4.3/5.0

    Scored across 5 tools

    Disambiguation5/5

    Each tool has a distinct purpose: create, update, get, list, and suite search. No two tools overlap in function, and search_suite clearly serves as a helper for resolving suite IDs before other operations.

    Naming Consistency5/5

    All tools use a verb_noun snake_case pattern (create_, update_, get_, list_, search_). The only deviation is list_test_cases using plural while others use singular, which is a standard convention for list operations.

    Tool Count5/5

    Five tools is well-scoped for a test case management server. Each tool covers a necessary operation without redundancy or bloat.

    Completeness3/5

    Core CRUD operations are present (create, get, update, list), but delete_test_case is missing. Suite management is limited to search, with no create/update/delete for suites, leaving notable lifecycle gaps.

    Maintenance

    ActivityMaintained
    ResponsivenessResponsive