Skip to main content
Developer ToolsTypeScript

tgeselle/bugsnag-mcp

An MCP server for interacting with [Bugsnag](https://www.bugsnag.com/)

developer-toolscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/tgeselle/bugsnag-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "bugsnag-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tgeselle/bugsnag-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
tgeselle