Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Test Failure Analysis Server

FreeNot checked

Provides tools to analyze test failures, cluster similar failures, and detect flaky tests from input or log files, helping QA teams debug and triage issues.

GitHubEmbed

About

Provides tools to analyze test failures, cluster similar failures, and detect flaky tests from input or log files, helping QA teams debug and triage issues.

README

This project contains Python MCP servers for QA-oriented test failure analysis, built with FastMCP.

image

Current Structure

mcp-server-demo/
├── FailureAnalysisFromLogs.py
├── README.md
├── logs/
├── pyproject.toml
├── testFailureAnalysis.py
└── uv.lock

What This Project Includes

  • testFailureAnalysis.py
    • analyze_test_failure
    • cluster_failures
    • detect_flaky_tests
  • FailureAnalysisFromLogs.py
    • analyze_test_failure
    • Reads and classifies local .log files from the logs/ folder
  • logs/
    • Sample failure logs used by the log-based MCP server
  • pyproject.toml
    • Python version and dependency configuration
  • uv.lock
    • Locked dependency versions for reproducible installs
  • .vscode/mcp.json
    • MCP server entries for test-failure-analysis, test-failure-analysis-from-logs, and mcp-atlassian

Prerequisites

  • Python 3.11 or later
  • uv
  • Internet access for the first dependency install

Installation

From the repository root:

cd mcp-server-demo
uv sync

Running the Server

Start the input-based MCP server with:

uv run python testFailureAnalysis.py

Start the log-based MCP server with:

uv run python FailureAnalysisFromLogs.py

Available Tools

analyze_test_failure

Analyzes a failed test using the test name, stack trace, and logs, then returns a likely failure category and recommendation.

analyze_test_failure in FailureAnalysisFromLogs.py

Analyzes local .log files from the logs/ folder and returns failure classification, likely root cause, recommendation, and important error lines. It can analyze all logs, a specific test name, or an exact log file name.

cluster_failures

Groups similar failures by stack trace signature so repeated patterns are easier to spot.

detect_flaky_tests

Reviews historical pass/fail results and identifies tests that show flaky behavior.

Optional Local MCP Configuration

The repository root contains .vscode/mcp.json, which can be used by MCP-aware tooling for local server setup during development. It includes entries for test-failure-analysis, test-failure-analysis-from-logs, and mcp-atlassian.

Atlassian MCP

The local MCP configuration includes an mcp-atlassian server entry for Jira access.

How to use it

Use the configured mcp-atlassian entry from .vscode/mcp.json in your MCP-aware client.

To run it manually, use:

JIRA_URL=<your-jira-url> \
JIRA_USERNAME=<your-jira-username> \
JIRA_API_TOKEN=<your-jira-api-token> \
uvx mcp-atlassian

Troubleshooting

  • If uv is not available, install it and reopen the terminal.
  • If dependency installation fails, confirm Python 3.11+ is active.
  • If the server does not start, run uv sync again inside mcp-server-demo.

Work Flow Image in Image folder at image/project-workflow.png

from github.com/rudrathkr/MCPServerCreationPythonSDK

Install Test Failure Analysis Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install mcp-test-failure-analysis-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add mcp-test-failure-analysis-server -- uvx mcp-server-demo

Step-by-step: how to install Test Failure Analysis Server

FAQ

Is Test Failure Analysis Server MCP free?

Yes, Test Failure Analysis Server MCP is free — one-click install via Unyly at no cost.

Does Test Failure Analysis Server need an API key?

No, Test Failure Analysis Server runs without API keys or environment variables.

Is Test Failure Analysis Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Test Failure Analysis Server in Claude Desktop, Claude Code or Cursor?

Open Test Failure Analysis Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Test Failure Analysis Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs