MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
claude mcp add smartbear-mcp --transport http https://bugsnag.mcp.smartbear.com/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"smartbear-mcp": {
"url": "https://bugsnag.mcp.smartbear.com/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"smartbear-mcp": {
"serverUrl": "https://bugsnag.mcp.smartbear.com/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"smartbear-mcp": {
"type": "http",
"url": "https://bugsnag.mcp.smartbear.com/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"smartbear-mcp": {
"url": "https://bugsnag.mcp.smartbear.com/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"smartbear-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://bugsnag.mcp.smartbear.com/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://bugsnag.mcp.smartbear.com/mcp | none |
| streamable-http | https://zephyr.mcp.smartbear.com/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.smartbear--smartbear-mcp/reviews or the review_server meta-tool.
POST /mcp