MCP server for AI access to SmartBear tools, including BugSnag, Reflect, API Hub, PactFlow.
960
37 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
smartbear
to the mcpServers
section:{
"mcpServers": {
"smartbear": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"BUGSNAG_PROJECT_API_KEY",
"-e",
"BUGSNAG_ENDPOINT",
"-e",
"PACT_BROKER_BASE_URL",
"-e",
"PACT_BROKER_USERNAME",
"-e",
"BUGSNAG_AUTH_TOKEN",
"-e",
"REFLECT_API_TOKEN",
"-e",
"API_HUB_API_KEY",
"-e",
"PACT_BROKER_TOKEN",
"-e",
"PACT_BROKER_PASSWORD",
- mcp/smartbear@sha256:8153625d9ee66b30384d4816aa7cc3ebee10830b99c555e16e0bae7d5acf063f
],
"env": {
"BUGSNAG_PROJECT_API_KEY": "{{smartbear.bugsnag_api_key}}",
"BUGSNAG_ENDPOINT": "{{smartbear.bugsnag_endpoint}}",
"PACT_BROKER_BASE_URL": "{{smartbear.pact_broker_base_url}}",
"PACT_BROKER_USERNAME": "{{smartbear.pact_broker_username}}",
"BUGSNAG_AUTH_TOKEN": "<your-bugsnag-auth-token>",
"REFLECT_API_TOKEN": "<your-reflect-api-token>",
"API_HUB_API_KEY": "<your-api-hub-api-key>",
"PACT_BROKER_TOKEN": "<your-pact-broker-token>",
"PACT_BROKER_PASSWORD": "<your-pact-broker-password>"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP SmartBear MCP Server
version: 1.0.1
schema: v1
mcpServers:
- name: SmartBear MCP Server
command: docker
args:
- run
- --rm
- -i
- -e
- BUGSNAG_PROJECT_API_KEY
- -e
- BUGSNAG_ENDPOINT
- -e
- PACT_BROKER_BASE_URL
- -e
- PACT_BROKER_USERNAME
- -e
- BUGSNAG_AUTH_TOKEN
- -e
- REFLECT_API_TOKEN
- -e
- API_HUB_API_KEY
- -e
- PACT_BROKER_TOKEN
- -e
- PACT_BROKER_PASSWORD
- mcp/smartbear@sha256:8153625d9ee66b30384d4816aa7cc3ebee10830b99c555e16e0bae7d5acf063f
env:
BUGSNAG_PROJECT_API_KEY: "{{smartbear.bugsnag_api_key}}"
BUGSNAG_ENDPOINT: "{{smartbear.bugsnag_endpoint}}"
PACT_BROKER_BASE_URL: "{{smartbear.pact_broker_base_url}}"
PACT_BROKER_USERNAME: "{{smartbear.pact_broker_username}}"
BUGSNAG_AUTH_TOKEN: "<your-bugsnag-auth-token>"
REFLECT_API_TOKEN: "<your-reflect-api-token>"
API_HUB_API_KEY: "<your-api-hub-api-key>"
PACT_BROKER_TOKEN: "<your-pact-broker-token>"
PACT_BROKER_PASSWORD: "<your-pact-broker-password>"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
smartbear
to the mcpServers
section:{
"mcpServers": {
"smartbear": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"BUGSNAG_PROJECT_API_KEY",
"-e",
"BUGSNAG_ENDPOINT",
"-e",
"PACT_BROKER_BASE_URL",
"-e",
"PACT_BROKER_USERNAME",
"-e",
"BUGSNAG_AUTH_TOKEN",
"-e",
"REFLECT_API_TOKEN",
"-e",
"API_HUB_API_KEY",
"-e",
"PACT_BROKER_TOKEN",
"-e",
"PACT_BROKER_PASSWORD",
- mcp/smartbear@sha256:8153625d9ee66b30384d4816aa7cc3ebee10830b99c555e16e0bae7d5acf063f
],
"env": {
"BUGSNAG_PROJECT_API_KEY": "{{smartbear.bugsnag_api_key}}",
"BUGSNAG_ENDPOINT": "{{smartbear.bugsnag_endpoint}}",
"PACT_BROKER_BASE_URL": "{{smartbear.pact_broker_base_url}}",
"PACT_BROKER_USERNAME": "{{smartbear.pact_broker_username}}",
"BUGSNAG_AUTH_TOKEN": "<your-bugsnag-auth-token>",
"REFLECT_API_TOKEN": "<your-reflect-api-token>",
"API_HUB_API_KEY": "<your-api-hub-api-key>",
"PACT_BROKER_TOKEN": "<your-pact-broker-token>",
"PACT_BROKER_PASSWORD": "<your-pact-broker-password>"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for