Confidential guide on numerology and astrology, based of GG33 Public information

Bugsnag-MCP
Ein Modellkontext -Protokollserver (MCP) zur Interaktion mit Bugsnag. Dieser Server ermöglicht LLM -Tools wie Cursor und Claude, Probleme in Bugsnag zu untersuchen und zu beheben.
3 years
Works with Finder
1
Github Watches
1
Github Forks
6
Github Stars
Bugsnag MCP Server
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.
✨ Features
Error Monitoring & Analysis
- Organization & Project Navigation: Easily browse your Bugsnag hierarchy
- Error & Event Filtering: Find specific issues with powerful filtering options
- Detailed Stacktrace Viewing: See formatted stacktraces with source code context and highlighted error lines
- Exception Chain Visualization: Understand the root cause by viewing the full exception chain
Code Intelligence
- Project vs. Library Code Distinction: Clearly identify your code vs third-party libraries
- Source Code Context: View relevant code snippets around error locations
- Error Patterns: Identify recurring patterns across multiple errors
Issue Management
- Search Capabilities: Find issues by error class, message, or app version
- Error Details: Get comprehensive information about each error
- Event History: View all occurrences of a specific error
🚀 Quick Setup
Setting up the Bugsnag MCP server is simple and doesn't require any installation or downloading source code.
For Cursor
-
Add the Bugsnag MCP server configuration:
{ "mcpServers": { "bugsnag": { "command": "npx", "args": ["-y", "bugsnag-mcp-server"], "env": { "BUGSNAG_API_KEY": "your-bugsnag-api-key" }, "disabled": false, "alwaysAllow": [] } } }
-
Replace
your-bugsnag-api-key
with your Bugsnag API key
For Claude Desktop
-
Add the Bugsnag MCP server configuration:
{ "mcpServers": { "bugsnag": { "command": "npx", "args": ["-y", "bugsnag-mcp-server"], "env": { "BUGSNAG_API_KEY": "your-bugsnag-api-key" }, "disabled": false, "alwaysAllow": [] } } }
-
Replace
your-bugsnag-api-key
with your Bugsnag API key
🔑 Obtaining a Bugsnag API Key
To use this MCP server, you'll need a Bugsnag API key:
- Log in to your Bugsnag account at https://app.bugsnag.com/
- Go to Settings > Organization settings > Access tokens
- Create a new personal access token with the following permissions:
- Read projects
- Read and write errors
- Read and write comments
- Copy the generated token for use with the MCP server
📋 Usage Examples
Once configured, you can use the Bugsnag MCP server with your LLM tool. Here are some example prompts:
Exploring Your Bugsnag Account
List all my Bugsnag organizations
Show me all projects in organization "org_12345"
Finding and Analyzing Errors
List the open errors in my Bugsnag project "project_12345"
Show me the details for Bugsnag error ID "error_12345"
Show me the detailed stacktrace for event "event_12345" in project "project_12345"
View the exception chain for event "event_12345" in project "project_12345"
Searching for Specific Issues
Search for Bugsnag issues in project "project_12345" related to "NullPointerException"
List all events for error "error_12345" in project "project_12345"
📚 Available Tools
The Bugsnag MCP server provides the following tools:
Organization & Project Management
list_organizations
Lists available Bugsnag organizations.
Parameters:
- None required
list_projects
Lists projects in an organization.
Parameters:
-
organization_id
(required): Bugsnag organization ID
Error & Event Management
list_errors
Lists errors in a project with filtering options.
Parameters:
-
project_id
(required): Bugsnag project ID -
status
: Filter by error status ("open", "fixed", "ignored") -
sort
: Sort order for errors ("newest", "oldest", "priority") -
limit
: Maximum number of errors to return
view_error
Gets detailed information about a specific error.
Parameters:
-
error_id
(required): Bugsnag error ID
list_error_events
Lists events (occurrences) for a specific error.
Parameters:
-
project_id
(required): Bugsnag project ID -
error_id
(required): Bugsnag error ID -
limit
: Maximum number of events to return
view_latest_event
Views the latest event for an error.
Parameters:
-
error_id
(required): Bugsnag error ID
view_event
Views detailed information about a specific event.
Parameters:
-
project_id
(required): Bugsnag project ID -
event_id
(required): Bugsnag event ID
Stacktrace Analysis
view_stacktrace
Extracts and formats stacktrace information from an event.
Parameters:
-
project_id
(required): Bugsnag project ID -
event_id
(required): Bugsnag event ID -
include_code
: Include source code context if available (default: true)
view_exception_chain
Views the full chain of exceptions for an event.
Parameters:
-
project_id
(required): Bugsnag project ID -
event_id
(required): Bugsnag event ID
Issue Management
search_issues
Searches for issues using various criteria.
Parameters:
-
project_id
(required): Bugsnag project ID -
query
: Search query -
error_class
: Filter by error class -
app_version
: Filter by app version
🛠️ Advanced Usage
Testing Your API Key
You can test if your Bugsnag API key is valid using:
npx bugsnag-mcp-server test-api-key your-bugsnag-api-key
If your API key is valid, this will display a list of your Bugsnag projects with their IDs.
Installation Options
While using npx
is recommended for most users, you can also install the package globally if you prefer:
npm install -g bugsnag-mcp-server
For Developers
If you're interested in contributing or modifying the code:
-
Clone the repository:
git clone https://github.com/yourusername/bugsnag-mcp.git cd bugsnag-mcp
-
Install dependencies:
npm install
-
Build the project:
npm run build
-
Run tests:
npm test
-
Run tests with coverage:
npm run test:coverage
-
Format code:
npm run format
- Check code formatting:
npm run format:check
Continuous Integration
This project uses GitHub Actions for continuous integration. The workflows automatically:
- Runs on push to the main branch and on pull requests
- Tests against multiple Node.js versions (18.x and 20.x)
- Runs the test suite
- Generates and uploads test coverage reports
- Checks code formatting with Prettier
You can view the workflow configurations in:
-
.github/workflows/test.yml
- For running tests -
.github/workflows/prettier.yml
- For checking code formatting
License
MIT
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
I find academic articles and books for research and literature reviews.
Entdecken Sie die umfassendste und aktuellste Sammlung von MCP-Servern auf dem Markt. Dieses Repository dient als zentraler Hub und bietet einen umfangreichen Katalog von Open-Source- und Proprietary MCP-Servern mit Funktionen, Dokumentationslinks und Mitwirkenden.
Mirror ofhttps: //github.com/bitrefill/bitrefill-mcp-server
MCP -Server für den Fetch -Webseiteninhalt mit dem Headless -Browser von Dramatikern.
Ein KI-Chat-Bot für kleine und mittelgroße Teams, die Modelle wie Deepseek, Open AI, Claude und Gemini unterstützt. 专为中小团队设计的 ai 聊天应用 , 支持 Deepseek 、 Open ai 、 claude 、 Gemini 等模型。
Ein leistungsstarkes Neovim -Plugin für die Verwaltung von MCP -Servern (Modellkontextprotokoll)
Brücke zwischen Ollama und MCP -Servern und ermöglicht es lokalen LLMs, Modellkontextprotokoll -Tools zu verwenden
Reviews

user_XqHVcPo7
As a devoted user of Bugsnag-MCP, I can confidently say it's an essential tool for monitoring errors in our applications. The seamless integration and intuitive interface make it a standout solution. Kudos to tgeselle for creating such a reliable and efficient platform. Highly recommend checking it out on GitHub!