The Sentry Issues MCP server allows you to retrieve and analyze Sentry issues and events with these key functions:
- Get event details: Retrieve information about a specific Sentry event using its URL or ID in tiny or huge mode
- List project events: Fetch multiple events for a specific project using ID or slug
- Get issue details: Access information about a specific Sentry issue via URL or ID
- List project issues: Retrieve multiple issues for a project or organization
- LLM integration: Analyze issues or events to identify root causes or suggest fixes
- Find critical issues: Query for the most dangerous issues within specified time periods
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
⚠️ Getting issues is deprecated as of version 1.0.5. The response structure is so similar to the event API that it's considered redundant.
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 tiny
Tools
- get_single_event
- get a event detail infos, tiny mode return stack info, huge mode return all info
- inputs:
- url_or_id: sentry event url or sentry event id
- organization_id_or_slug: sentry organization id or slug, it can be undefined
- project_id_or_slug: sentry project id or slug, it can be undefined
- mode: tiny or huge, it can be undefined
- get_project_events
- get list of events, tiny mode return id and title, huge mode return all info
- inputs:
- project_id_or_slug: sentry project id or slug
- organization_id_or_slug: sentry organization id or slug, it can be undefined
- mode: tiny or huge, it can be undefined
QuickStart
this is MCP Server Config
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.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
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.
Related MCP Servers
- -securityAlicense-qualityThis server provides tools to inspect error reports, stacktraces, and other debugging information from your Sentry account.Last updated -49,929PythonMIT License
- -securityFlicense-qualityA Model Context Protocol server that retrieves and analyzes Sentry.io issues, allowing users to inspect error reports, stacktraces, and debugging information from their Sentry account.Last updated -8Python
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Sentry for error tracking and monitoring, allowing retrieval and analysis of error data, project management, and performance monitoring through the Sentry API.Last updated -103TypeScript
- -security-license-qualityA TypeScript implementation of a Model Context Protocol server that connects to Sentry error tracking service, allowing AI models to query and analyze error reports and events.Last updated -TypeScript