reportportal-mcp-server

paraggit/reportportal-mcp-server

3.1

If you are the rightful owner of reportportal-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project implements a lightweight MCP (Model Context Protocol) server for ReportPortal using FastAPI.

ReportPortal MCP Server (Model Context Protocol)

This project implements a lightweight MCP (Model Context Protocol) server for ReportPortal using FastAPI. It pulls test metadata from ReportPortal and exposes it through a clean API for use in LLM-based tools, dashboards, or QA automation systems.

✨ Features

  • Pulls structured test run metadata from ReportPortal
  • Outputs context suitable for LLMs or analytics
  • Built using FastAPI and Poetry
  • Easily extendable to support embeddings, LangChain tools, or Slackbots

📦 Installation

git clone https://github.com/yourusername/reportportal-mcp.git
cd reportportal-mcp
poetry install
cp .env.example .env