Enterprise DNA
M MCP Servers Developer low

tgeselle/bugsnag-mcp

by Various

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.

T

MCP

tgeselle/bugsnag-mcp

Added 1 June 2026

Overview

A Model Context Protocol (MCP) server that integrates Bugsnag error monitoring with LLM tools. It enables AI assistants like Cursor and Claude to explore Bugsnag issues, retrieve error details, and assist in debugging directly from a chat interface.

Best for

Best for
Developers who use Bugsnag and want AI-assisted debugging via Cursor or Claude

Use cases

  • Investigate production errors by having the assistant fetch Bugsnag error reports
  • Triage issues by querying error frequency and stack traces
  • Resolve bugs with context from Bugsnag without leaving the code editor

How to use

Install

npx bugsnag-mcp-server test-api-key your-bugsnag-api-key

Tested with

Claude Desktop, Cursor

Example client config

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

Notes

A Model Context Protocol (MCP) server that integrates Bugsnag error monitoring with LLM tools. It enables AI assistants like Cursor and Claude to explore Bugsnag issues, retrieve error details, and assist in debugging directly from a chat interface.

23 stars on GitHub. Last updated 2026-03-22.

Use cases

  • Investigate production errors by having the assistant fetch Bugsnag error reports
  • Triage issues by querying error frequency and stack traces
  • Resolve bugs with context from Bugsnag without leaving the code editor

Pros

  • Leverages existing Bugsnag data without switching contexts
  • Enables AI-driven error investigation in real time
  • Lightweight MCP server easy to set up

Cons

  • Requires a Bugsnag account and API key
  • Limited to features exposed by Bugsnag’s API
  • Community tool with few contributors (23 stars)

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Leverages existing Bugsnag data without switching contexts
  • Enables AI-driven error investigation in real time
  • Lightweight MCP server easy to set up

Cons

  • Requires a Bugsnag account and API key
  • Limited to features exposed by Bugsnag's API
  • Community tool with few contributors (23 stars)
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks