mcp for Cline
tech.bugbrain/mcp
BugBrain QA platform for AI coding tools: autonomous exploratory testing, test plans, a11y audits.
client:Cline
transport:stdio
runtime:npm
Install mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@bugbrain/mcp"
],
"env": {
"BUGBRAIN_API_KEY": "<BUGBRAIN_API_KEY>",
"BUGBRAIN_BASE_URL": "<BUGBRAIN_BASE_URL>",
"BUGBRAIN_TUNNEL_CMD": "<BUGBRAIN_TUNNEL_CMD>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs