Run, generate and triage ProvaLab tests without leaving your editor.
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.
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.io → Settings.
/provalab-test, /provalab-status, /provalab-resultsIf you need to install offline, grab provalab-plugin-0.2.0.tgz and follow the manual install notes in the tarball's README.