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.
Before Users Do 能做什么?
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.
安装
把 Before Users Do 添加到你的客户端。选择你正在使用的那个。
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`.
评分
39 / 100
不完整
- 文档13/25
- 维护16/25
- 可信度6/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年7月30日 |