ProvaLab for Claude Code

Run, generate and triage ProvaLab tests without leaving your editor.

v0.2.0 MCP + SSE MIT

Install

From inside Claude Code, run:

/plugin marketplace add https://plugins.provalab.io
/plugin install provalab@provalab-marketplace

Then restart Claude Code once so the plugin's MCP server loads.

Configure

The plugin points at https://mcp.provalab.io by default. Set your org & project in .claude/settings.local.json:

{
  "env": {
    "PROVALAB_ORG_ID":     "<your identity UUID>",
    "PROVALAB_PROJECT_ID": "<your project UUID>"
  }
}

Grab your IDs at tms.provalab.ioSettings.

What you get

  1. Slash commands: /provalab-test, /provalab-status, /provalab-results
  2. Skills that Claude Code picks up automatically for generating, running, and triaging tests
  3. Direct MCP tool access to your test cases, runs, and dashboards

Download the tarball

If you need to install offline, grab provalab-plugin-0.2.0.tgz and follow the manual install notes in the tarball's README.