Skip to content
Cursor

Weavatrix Quality for Cursor

io.github.weavatrix/weavatrix-quality

Revision-bound quality planning, execution, evidence, proof, and Playwright authoring.

client:Cursor transport:stdio runtime:npm

Install Weavatrix Quality in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "weavatrix-quality": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@weavatrix/wvq"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Weavatrix Quality in other clients