Odel
testivai oss

testivai oss

Local
@mcbuddyTypeScriptMITUpdated 1mo ago

Local-first visual regression for AI agents: verdicts, diff images, explain_snapshot. No API key.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@testivai/mcpv0.5.7

Run

npx -y @testivai/mcp

MCP client config

{
  "mcpServers": {
    "testivai-oss": {
      "command": "npx",
      "args": [
        "-y",
        "@testivai/mcp"
      ]
    }
  }
}