Skip to content
VS Code

Weavatrix Quality for VS Code

io.github.weavatrix/weavatrix-quality

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

client:VS Code transport:stdio runtime:npm

Install Weavatrix Quality in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Weavatrix Quality in other clients