Bugsnag
Freeby MCP Community
A Bugsnag MCP server for interacting with Bugsnag API
v1.1.0Added Apr 12, 2026
bugsnagmcpmodel-context-protocolllmcursor
Bugsnag MCP Server
A Bugsnag MCP server for interacting with Bugsnag API
Installation
npx -y bugsnag-mcp-server
Reviews
Installation
Quick install
npx -y bugsnag-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"bugsnag": {
"command": "npx",
"args": ["-y", "bugsnag-mcp-server"]
}
}
}