AgentHubAgentHub

SmartBear MCP

MCP ServerMCP Registry官方收录

com.smartbear/smartbear-mcp · v0.25.1

MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.

概览

SmartBear MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "smartbear-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smartbear/mcp"
      ]
    }
  }
}

环境变量

BEARQ_API_TOKEN可选secret

BearQ workspace API token. Leave empty to disable BearQ tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/bearq-integration

BEARQ_API_BASE_URL可选

Override the BearQ public API base URL (optional). Defaults to https://api.bearq.smartbear.com

BUGSNAG_AUTH_TOKEN可选secret

BugSnag auth token. Leave empty to disable BugSnag tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/bugsnag-integration

BUGSNAG_PROJECT_API_KEY可选

BugSnag project API key (optional; narrows interactions to a single project). Learn more: https://developer.smartbear.com/smartbear-mcp/docs/bugsnag-integration

REFLECT_API_TOKEN可选secret

Reflect API token. Leave empty to disable Reflect tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/reflect-integration

SWAGGER_API_KEY可选secret

Swagger API key. Leave empty to disable Swagger tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/swagger-portal-integration

PACT_BROKER_BASE_URL可选

PactFlow/Pact Broker base URL. Leave empty to disable Pact tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/contract-testing-with-pactflow

PACT_BROKER_TOKEN可选secret

PactFlow authentication token. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/contract-testing-with-pactflow

PACT_BROKER_USERNAME可选

Pact Broker username (alternative to token). Learn more: https://developer.smartbear.com/smartbear-mcp/docs/contract-testing-with-pactflow

PACT_BROKER_PASSWORD可选secret

Pact Broker password (alternative to token). Learn more: https://developer.smartbear.com/smartbear-mcp/docs/contract-testing-with-pactflow

ZEPHYR_API_TOKEN可选secret

The Zephyr Cloud API token for authentication. Learn more: https://support.smartbear.com/zephyr/docs/en/rest-api/api-access-tokens-management.html

ZEPHYR_BASE_URL可选

The Zephyr Cloud API base url. Should be changed depending on the region of your Jira instance. Learn more: https://support.smartbear.com/zephyr-scale-cloud/api-docs/#section/Authentication/Accessing-the-API

QTM4J_API_KEY可选secret

QTM4J (QMetry Test Management for Jira) API key. Leave empty to disable QTM4J tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/qtm4j-integration

QTM4J_BASE_URL可选

QTM4J base URL (optional). Defaults to https://qtmcloud.qmetry.com. Override when using a self-hosted or region-specific instance.

QTM4J_AUTOMATION_API_KEY可选secret

QTM4J Automation API key used exclusively by the automation import tools. Leave empty to disable automation tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/qtm4j-integration

相关资源

统一 Manifest

{
  "id": "com.smartbear/smartbear-mcp",
  "type": "mcp-server",
  "version": "0.25.1",
  "displayName": "SmartBear MCP",
  "description": "MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.",
  "repository": {
    "url": "https://github.com/SmartBear/smartbear-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@smartbear/mcp",
        "version": "0.25.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "BEARQ_API_TOKEN",
            "description": "BearQ workspace API token. Leave empty to disable BearQ tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/bearq-integration",
            "isSecret": true
          },
          {
            "name": "BEARQ_API_BASE_URL",
            "description": "Override the BearQ public API base URL (optional). Defaults to https://api.bearq.smartbear.com"
          },
          {
            "name": "BUGSNAG_AUTH_TOKEN",
            "description": "BugSnag auth token. Leave empty to disable BugSnag tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/bugsnag-integration",
            "isSecret": true
          },
          {
            "name": "BUGSNAG_PROJECT_API_KEY",
            "description": "BugSnag project API key (optional; narrows interactions to a single project). Learn more: https://developer.smartbear.com/smartbear-mcp/docs/bugsnag-integration"
          },
          {
            "name": "REFLECT_API_TOKEN",
            "description": "Reflect API token. Leave empty to disable Reflect tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/reflect-integration",
            "isSecret": true
          },
          {
            "name": "SWAGGER_API_KEY",
            "description": "Swagger API key. Leave empty to disable Swagger tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/swagger-portal-integration",
            "isSecret": true
          },
          {
            "name": "PACT_BROKER_BASE_URL",
            "description": "PactFlow/Pact Broker base URL. Leave empty to disable Pact tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/contract-testing-with-pactflow"
          },
          {
            "name": "PACT_BROKER_TOKEN",
            "description": "PactFlow authentication token. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/contract-testing-with-pactflow",
            "isSecret": true
          },
          {
            "name": "PACT_BROKER_USERNAME",
            "description": "Pact Broker username (alternative to token). Learn more: https://developer.smartbear.com/smartbear-mcp/docs/contract-testing-with-pactflow"
          },
          {
            "name": "PACT_BROKER_PASSWORD",
            "description": "Pact Broker password (alternative to token). Learn more: https://developer.smartbear.com/smartbear-mcp/docs/contract-testing-with-pactflow",
            "isSecret": true
          },
          {
            "name": "ZEPHYR_API_TOKEN",
            "description": "The Zephyr Cloud API token for authentication. Learn more: https://support.smartbear.com/zephyr/docs/en/rest-api/api-access-tokens-management.html",
            "isSecret": true
          },
          {
            "name": "ZEPHYR_BASE_URL",
            "description": " The Zephyr Cloud API base url. Should be changed depending on the region of your Jira instance. Learn more: https://support.smartbear.com/zephyr-scale-cloud/api-docs/#section/Authentication/Accessing-the-API"
          },
          {
            "name": "QTM4J_API_KEY",
            "description": "QTM4J (QMetry Test Management for Jira) API key. Leave empty to disable QTM4J tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/qtm4j-integration",
            "isSecret": true
          },
          {
            "name": "QTM4J_BASE_URL",
            "description": "QTM4J base URL (optional). Defaults to https://qtmcloud.qmetry.com. Override when using a self-hosted or region-specific instance."
          },
          {
            "name": "QTM4J_AUTOMATION_API_KEY",
            "description": "QTM4J Automation API key used exclusively by the automation import tools. Leave empty to disable automation tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/qtm4j-integration",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://swagger.mcp.smartbear.com/mcp"
      },
      {
        "transport": "streamable-http",
        "url": "https://bugsnag.mcp.smartbear.com/mcp"
      },
      {
        "transport": "streamable-http",
        "url": "https://zephyr.mcp.smartbear.com/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.smartbear/smartbear-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.smartbear%2Fsmartbear-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
SmartBear MCP — MCP Server 安装与配置 · AgentHub