mcp for Cursor
tech.bugbrain/mcp
BugBrain QA platform for AI coding tools: autonomous exploratory testing, test plans, a11y audits.
client:Cursor
transport:stdio
runtime:npm
Install mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs