Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

TestMu AI Test Manager

БесплатноНе проверен

Enables management of TestMu AI test projects, test cases, test runs, and integration with Jira, HyperExecute, and AI insights through natural language.

GitHubEmbed

Описание

Enables management of TestMu AI test projects, test cases, test runs, and integration with Jira, HyperExecute, and AI insights through natural language.

README

An MCP (Model Context Protocol) server for TestMu AI Test Manager, HyperExecute, and AI Insights, built with the official @modelcontextprotocol/sdk.

New to MCP, or setting this up for the first time? See GETTING_STARTED.md for a step-by-step walkthrough, including how to connect Claude Desktop, Claude Code, or another MCP client.

What this server provides

Tools are organized by domain under src/tools/:

  • projects/, folders/ - TestMu AI Test Manager projects and test-case folders.
  • testCases/ - create/read/update test cases and their execution history.
  • testRuns/ - test runs and test-run folders, per-instance status/steps, bulk updates.
  • jira/ - link/unlink Jira issues, execution history by Jira ID.
  • environments/ - browser/OS/device environment lookup.
  • users/ - organization user lookup (for assignees).
  • attachments/ - file uploads for test steps/instances.
  • hyperexecute/ - HyperExecute job/task/scenario/session execution detail.
  • insights/ - AI-powered root cause analysis (RCA) and enriched test execution data.

Prerequisites

  • Node.js 22+
  • npm
  • A TestMu AI account with Test Manager access

Installation

npm install

Configuration

Copy the example environment file and fill in your TestMu AI credentials:

cp .env.example .env
Variable Description Default
LT_USERNAME Your LambdaTest username
LT_ACCESS_KEY Your LambdaTest access key
LT_TM_BASE_URL Base URL for the LambdaTest Test Manager API https://test-manager-api.lambdatest.com
LT_ORG_ID Your LambdaTest account/org ID - optional, only needed by tm.link_jiraIssue

Build & Run

npm run build
npm start

Development

Run directly from TypeScript source without a build step:

npm run dev

The server communicates over stdio, which is how MCP clients (e.g. Claude Desktop, Claude Code) launch and talk to it.

Project Structure

src/
  index.ts        # Executable entry point: wires client + server + stdio transport
  config.ts        # Environment variable loading and validation (dotenv + zod)
  server.ts         # Constructs the McpServer instance and registers tools
  client.ts          # Reusable HTTP client (get/post/patch/delete/postForm) for calling the TestMu AI API
  config/
    endpoints.ts      # Centralized registry of API endpoint paths - tools never hardcode a path
  utils/
    response.ts         # Shared defensive-parsing helpers for reading API responses
  tools/
    index.ts             # Central place where all tools are registered
    serverInfo.ts         # Orientation tool (tm.get_serverInfo)
    projects/, folders/, testCases/, jira/, testRuns/, environments/, users/,
    attachments/, hyperexecute/, insights/
                          # One domain per subfolder, one tool per file

Extending with New Tools

See CONTRIBUTING.md for the full set of conventions this project's tools follow (naming, file layout, input validation, response parsing, error handling, and rules for what belongs in a tool's own description vs. internal dev notes) - read it before adding a new tool, so the server keeps evolving consistently.

from github.com/prakhar-gahlot/TestMu-AI-Test-Manager-MCP

Установка TestMu AI Test Manager

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/prakhar-gahlot/TestMu-AI-Test-Manager-MCP

FAQ

TestMu AI Test Manager MCP бесплатный?

Да, TestMu AI Test Manager MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для TestMu AI Test Manager?

Нет, TestMu AI Test Manager работает без API-ключей и переменных окружения.

TestMu AI Test Manager — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить TestMu AI Test Manager в Claude Desktop, Claude Code или Cursor?

Открой TestMu AI Test Manager на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare TestMu AI Test Manager with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории productivity