← Back to Plugins
MCP Server MCP

tech.bugbrain/mcp

MCP Registry publisher By MCP Registry publisher 👁 3 views ▲ 0 votes

BugBrain QA platform for AI coding tools: autonomous exploratory testing, test plans, a11y audits.

Homepage Verified source

Install

npx -y @bugbrain/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@bugbrain/mcp",
      "version": "0.2.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "BugBrain API key (sk_live_...) — create one in BugBrain → Settings → API Keys",
          "isRequired": true,
          "isSecret": true,
          "name": "BUGBRAIN_API_KEY"
        },
        {
          "description": "Override the BugBrain API base URL (default https://api.bugbrain.tech)",
          "name": "BUGBRAIN_BASE_URL"
        },
        {
          "description": "Custom tunnel command template for the create_tunnel tool ({port} is substituted; default uses cloudflared)",
          "name": "BUGBRAIN_TUNNEL_CMD"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...