Skip to main content
Glama
tgeselle

Bugsnag MCP Server

by tgeselle

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BUGSNAG_API_KEYYesYour Bugsnag API key for authentication

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_organizationsA

List available Bugsnag organizations

list_projectsA

List projects in an organization

list_errorsC

List errors in a project with filtering options

view_errorB

Get detailed information about a specific error

list_error_eventsA

List events (occurrences) for a specific error

view_latest_eventC

View the latest event for an error

view_eventA

View detailed information about a specific event

view_stacktraceC

Extract and format stacktrace information from an event

view_exception_chainB

View the full chain of exceptions for an event

search_issuesC

Search for issues using various criteria

view_tabsA

View all event data tabs including app, device, user, request, breadcrumbs, metadata, and stacktrace

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 11 tools

Disambiguation3/5

Most tools are clearly distinct, but list_errors and search_issues overlap in purpose (both list/filter errors/issues). view_latest_event is a convenience that could be derived from view_event, and view_stacktrace/view_exception_chain/view_tabs are similar views of event details, though their specific purposes are clear.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (list_*, view_*, search_*) with snake_case throughout. The names are predictable and match their actions.

Tool Count5/5

11 tools is well within the ideal range for an error-monitoring server. Each tool covers a distinct aspect of browsing organizations, projects, errors, and events without being excessive.

Completeness4/5

The tool set covers the main read-only workflows for Bugsnag: listing organizations/projects/errors/events, viewing details, and inspecting stacktraces. Minor gaps include no direct 'get project' tool and no ability to list events across a project (only per error), but these are workable.

Maintenance

ActivityInactive
ResponsivenessNo issues