Integrations
Enables retrieval and analysis of error tracking data from Sentry, providing tools to fetch individual issues by URL or ID and retrieve lists of issues from projects to help identify, analyze, and troubleshoot application errors.
sentry-issue-mcp
Description
This is a mcp for sentry issue.
It supports 2 tools to get a issue or list of issues.
U can let LLM analysis the Res, or u want to do.
Feature
- EZ size
- EZ understand
- EZ use
Tools
- get-issue
- get a issue by url or id
- inputs:
- url_or_id: sentry issue url or sentry issue id
- organization_id_or_slug: sentry organization id or slug, it can be undefined
- get-issues
- get list of issues
- inputs:
- project_id_or_slug: sentry project id or slug
- organization_id_or_slug: sentry organization id or slug, it can be undefined
QuickStart
this is MCP Server Config
Copy
Case
- Ask LLM to analysis one issue by url or id
- input "analysis the issue, and give me the reason of it, and tell me how to fix it, {sentry_issue_url}"
- if ur LLM is SMART🧠, it will call tools
- u will get result
- Ask LLM to find Today most dangerous issue (PS: default val of sentry time period is "24h")
- input "find today most dangerous issue, and give me the reason of it, and tell me how to fix it"
- if ur LLM is SMART🧠, it will call tools
- u will get result
License
MIT
You must be authenticated.
A server that enables retrieval of Sentry issues through two simple tools - get a specific issue by URL/ID or get a list of issues from a project.