Skip to content
VS Code

Before Users Do for VS Code

io.github.bhuman-ai/beforeusersdo

Browser-backed QA with evidence and fix-ready reports for coding agents.

client:VS Code transport:streamable-http

Install Before Users Do in VS Code

.vscode/mcp.json

{
  "servers": {
    "beforeusersdo": {
      "type": "http",
      "url": "https://mcp.beforeusersdo.com/mcp"
    }
  }
}

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

Before Users Do in other clients