Bugsnag MCP Server
@tgeselle
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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"bugsnag": {
"command": "npx",
"args": [
"-y",
"bugsnag-mcp-server"
],
"env": {
"BUGSNAG_API_KEY": "your-bugsnag-api-key"
},
"disabled": false,
"alwaysAllow": []
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Bugsnag MCP Server?
A Model Context Protocol (MCP) server for interacting with Bugsnag. It lets LLM tools like Cursor and Claude investigate and resolve issues in Bugsnag.
How to use Bugsnag MCP Server?
Configure the server in your LLM tool (Cursor or Claude Desktop) using npx -y bugsnag-mcp-server with the environment variable BUGSNAG_API_KEY set to your Bugsnag API key. Obtain the API key from Bugsnag’s organization settings as a personal access token with read projects, read and write errors, and read and write comments permissions.
Key features of Bugsnag MCP Server
- Organization and project navigation
- Error and event filtering with flexible parameters
- Detailed stacktrace viewing with source code context
- Exception chain visualization for root-cause analysis
- Search issues by error class, message, or app version
- Distinguish project code from third-party libraries
Use cases of Bugsnag MCP Server
- Query and browse Bugsnag organizations and projects from an LLM chat
- Investigate specific errors with full stacktraces and event history
- Search for recurring error patterns across multiple errors
- Identify root causes using exception chains
- Monitor and manage error status (open, fixed, ignored) without switching contexts
FAQ from Bugsnag MCP Server
How do I obtain a Bugsnag API key?
Go to Bugsnag Settings > Organization settings > Access tokens, create a personal access token with permissions for read projects, read and write errors, and read and write comments.
What tools does the server provide?
Tools include list_organizations, list_projects, list_errors, view_error, list_error_events, view_latest_event, view_event, view_stacktrace, view_exception_chain, and search_issues.
Can I install the server without using npx?
Yes, you can globally install the package with npm install -g bugsnag-mcp-server and then run it directly.
How can I verify my API key is valid?
Run npx bugsnag-mcp-server test-api-key your-bugsnag-api-key. If valid, it lists your Bugsnag projects with their IDs.
What runtime dependencies does the server have?
It requires Node.js (tested on versions 18.x and 20.x) and runs via npx or a global npm installation. No other persistent local data is stored; all data comes from the Bugsnag API.
「AI とエージェント」の他のコンテンツ
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
コメント