TestMu AI Test Manager MCP
Provides tools for linking and unlinking Jira issues with TestMu test cases, and retrieving execution history by Jira ID.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TestMu AI Test Manager MCPlist my test projects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TestMu AI Test Manager MCP
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.
Related MCP server: Testmo MCP Server
Prerequisites
Node.js 22+
npm
A TestMu AI account with Test Manager access
Installation
npm installConfiguration
Copy the example environment file and fill in your TestMu AI credentials:
cp .env.example .envVariable | Description | Default |
| Your LambdaTest username | — |
| Your LambdaTest access key | — |
| Base URL for the LambdaTest Test Manager API |
|
| Your LambdaTest account/org ID - optional, only needed by | — |
Build & Run
npm run build
npm startDevelopment
Run directly from TypeScript source without a build step:
npm run devThe 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 fileExtending 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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI assistants to interact with TestRail test management systems through comprehensive API integration. Supports retrieving and updating test cases, projects, suites, runs, and results, plus adding attachments and managing test data through natural language commands.Last updated1855MIT
- Alicense-qualityDmaintenanceEnables AI assistants to interact with Testmo test management platform for creating, reading, updating, and deleting test cases, managing folders, and organizing test runs through natural language.Last updated4MIT
- Flicense-quality-maintenanceEnables AI assistants to interact with Testomat.io test management platform, allowing users to search and retrieve tests, test suites, test runs, and test plans using natural language queries with advanced filtering capabilities.Last updated345
- AlicenseAqualityCmaintenanceConnects AI coding assistants to TestCollab for managing test cases, plans, and suites directly through natural language. It enables users to create, update, and query testing resources within integrated development environments and AI chat clients.Last updated17224MIT
Related MCP Connectors
Manage projects, tasks, time tracking, and team collaboration through natural language.
Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/prakhar-gahlot/TestMu-AI-Test-Manager-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server