streamable-httpupdated 1mo ago
Before Users Do is a hosted MCP server that lets Codex, Cursor, and other compatible coding agents test a reachable web app, collect browser evidence, and return a fix-ready report before the feature ships.
Was kannst du mit Before Users Do machen?
Before Users Do
Browser-backed QA for coding agents.
Before Users Do is a hosted MCP server that lets Codex, Cursor, and other compatible coding agents test a reachable web app, collect browser evidence, and return a fix-ready report before the feature ships.
Install the QA MCP · Read the setup guide · View the official MCP Registry record
What the agent gets
- Browser-backed flow testing against a reachable preview
- Screenshots and recordings tied to the affected step
- Console errors, page errors, and failed network requests
- An explicit
pass,needs_fix,needs_review, ortimed_outoutcome - A focused report the coding agent can use for the next change
Hosted MCP endpoint
https://mcp.beforeusersdo.com/mcp
Create an MCP key through the public setup guide, then add the hosted connection to your MCP-capable coding agent.
Why QA MCP instead of browser control alone?
A browser tool can click and type. Before Users Do adds the QA contract around those actions: a test goal, an evidence trail, a trustworthy outcome, and a handoff back to the code.
Durable Playwright or end-to-end test suites are still valuable for known regressions. Before Users Do is designed to help the agent inspect the newly finished flow and catch problems that have not become tests yet.
Installation
Before Users Do zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http before-users-do https://mcp.beforeusersdo.com/mcpcodex mcp add before-users-do --url https://mcp.beforeusersdo.com/mcp{
"mcpServers": {
"before-users-do": {
"url": "https://mcp.beforeusersdo.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"before-users-do": {
"type": "http",
"url": "https://mcp.beforeusersdo.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"before-users-do": {
"url": "https://mcp.beforeusersdo.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"before-users-do": {
"serverUrl": "https://mcp.beforeusersdo.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Unvollständig
- Dokumentation13/25
- Pflege16/25
- Vertrauen6/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 32 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.0Aktuell | 30. Juli 2026 |