BugBrain QA platform for AI coding tools: autonomous exploratory testing, test plans, a11y audits.
claude mcp add mcp -- npx -y @bugbrain/mcp
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@bugbrain/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@bugbrain/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@bugbrain/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bugbrain/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@bugbrain/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/tech.bugbrain--mcp/reviews or the review_server meta-tool.
POST /mcp