B
Bugsnag
Query Bugsnag error events and stability metrics.
·No reviews yet
Share:
About
Auto-generated
Bugsnag is a Model Context Protocol server in the Developer Tools category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Bugsnag.
- What is the Bugsnag MCP and what does it do?
- The Bugsnag MCP provides access to Bugsnag's error monitoring and stability metrics. It allows developers to query error events, track application stability, and troubleshoot issues directly within their development environment.
- How do I install the Bugsnag MCP in Cline?
- To install the Bugsnag MCP in Cline, use the 'cline install' command followed by the 'bugsnag' slug. This will enable interaction with Bugsnag features from your Cline terminal.
- Does the Bugsnag MCP require authentication?
- Yes, the Bugsnag MCP requires an API key for authentication. You will need to configure your Bugsnag API key within your client to access Bugsnag services.
- What capabilities does the Bugsnag MCP expose?
- The Bugsnag MCP allows you to query Bugsnag error events and monitor stability metrics. Specific tools for these capabilities are not explicitly listed but are implied by its function.
- Is there a cost associated with using the Bugsnag MCP?
- The Bugsnag MCP itself is open source and community-provided. The underlying Bugsnag service has its own pricing, which depends on your usage and chosen plan.
- What is a prerequisite for using the Bugsnag MCP?
- A prerequisite for using the Bugsnag MCP is an active Bugsnag account and a project configured to report errors. You will also need to generate an API key from your Bugsnag dashboard.
Install Bugsnag
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"bugsnag": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bugsnag"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"bugsnag": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bugsnag"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"bugsnag": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bugsnag"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.