Catalog
MCP
Officialby bugbrain
BugBrain QA platform for AI coding tools: autonomous exploratory testing, test plans, a11y audits.
Autonomous testing platform for AI coding tools with test planning and accessibility audits.
README not available yet.
Install
Configuration
Environment variables
BUGBRAIN_API_KEYrequiredsecretBugBrain API key (sk_live_...) — create one in BugBrain → Settings → API Keys
BUGBRAIN_BASE_URLOverride the BugBrain API base URL (default https://api.bugbrain.tech)
BUGBRAIN_TUNNEL_CMDCustom tunnel command template for the create_tunnel tool ({port} is substituted; default uses cloudflared)
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@bugbrain/mcp@0.1.0"
],
"env": {
"BUGBRAIN_API_KEY": "<YOUR_BUGBRAIN_API_KEY>",
"BUGBRAIN_BASE_URL": "<YOUR_BUGBRAIN_BASE_URL>",
"BUGBRAIN_TUNNEL_CMD": "<YOUR_BUGBRAIN_TUNNEL_CMD>"
}
}
}
}