mcp-sentry: A Sentry MCP Server
@elliottlawson
mcp-sentry: A Sentry MCP Server について
MCP server for interacting with Sentry
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-sentry-elliottlawson": {
"command": "npx",
"args": [
"mcp-sentry",
"--auth-token",
"YOUR_SENTRY_TOKEN"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is mcp-sentry?
mcp-sentry is a Model Context Protocol server that retrieves and analyzes issues from Sentry.io. It enables AI assistants to inspect error reports, stacktraces, and other debugging information from your Sentry account.
How to use mcp-sentry?
Install via npm install -g mcp-sentry or run directly with npx mcp-sentry --auth-token YOUR_SENTRY_TOKEN. Provide a Sentry authentication token either with the --auth-token flag or the SENTRY_TOKEN environment variable. Then use the tool get_sentry_issue or the prompt sentry-issue with a Sentry issue ID or URL.
Key features of mcp-sentry
- Retrieve Sentry issues by ID or URL
- Returns title, status, level, and timestamps
- Includes event count and full stacktrace
- Supports both tool and prompt interfaces
- Authentication via command flag or environment variable
- Run without installation using npx
Use cases of mcp-sentry
- Quickly fetch and review a specific Sentry error during debugging
- Provide AI assistants with contextual issue data in conversation
- Automate error analysis workflows with an MCP-compatible client
FAQ from mcp-sentry
What runtime is required to run mcp-sentry?
Node.js 14 or later is required.
How do I authenticate with the Sentry API?
Provide your Sentry authentication token either via the --auth-token command-line option or the SENTRY_TOKEN environment variable.
Can I use mcp-sentry without installing it?
Yes, you can execute it directly using npx mcp-sentry --auth-token YOUR_SENTRY_TOKEN.
What tools does mcp-sentry provide?
It provides one tool: get_sentry_issue, which accepts an issue ID or URL and returns detailed issue information including stacktrace.
Do I need to build the project before using it?
No. The build directory is committed to the repository so you can run it directly without building.
「開発者ツール」の他のコンテンツ
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
Grafana MCP server
grafanaMCP server for Grafana
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
コメント