@xqa.io/xreport-mcp
v0.5.2
Published
Local MCP server for XREPORT — Cursor/agents read your xreport.json + history with no cloud account.
Maintainers
Readme
@xqa.io/xreport-mcp
Local MCP server for XREPORT. Gives Cursor / Claude / agents access to your latest xreport.json and .xreport/history.json — no cloud account.
Install
npm i -D @xqa.io/xreport @xqa.io/xreport-mcpOr use the bin from the main package:
npx xreport-mcp
# same as: npx xreport mcpCursor mcp.json
{
"mcpServers": {
"xreport": {
"command": "npx",
"args": ["-y", "@xqa.io/xreport-mcp"],
"env": {
"XREPORT_DIR": "/absolute/path/to/your/xreport"
}
}
}
}Tools
| Tool | Purpose |
|------|---------|
| xreport_last_run | Latest run summary |
| xreport_list_runs | Local history list |
| xreport_failures | Failed tests |
| xreport_clusters | Error groups |
| xreport_test_history | Per-test history points |
| xreport_get_context | Full agent prompt / single-test prompt |
| xreport_flaky_top | Quarantine + flaky list |
Set XREPORT_DIR to the folder that contains xreport.json.
Practice automation: https://xqa.io/practice
