Back to directory
tgeselle/bugsnag-mcp

tgeselle/bugsnag-mcp

@tgeselle

A Model Context Protocol (MCP) server for interacting with Bugsnag. This server allows LLM tools like Cursor and Claude to investigate and resolve issues in Bugsnag.

bugsnagerror-monitoringstacktracedebuggingissue-managementmcpcursorclaudetool

Installation & Configuration

{
  "mcpServers": {
    "bugsnag": {
      "command": "npx",
      "args": [
        "-y",
        "bugsnag-mcp-server"
      ],
      "env": {
        "BUGSNAG_API_KEY": "your-bugsnag-api-key"
      },
      "disabled": false,
      "alwaysAllow": []
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/12