MCP ExplorerExplorer

Sentry Issues Mcp

@Leee62on a year ago
6 MIT
FreeCommunity
AI Systems
A MCP for Sentry issues, enabling issue retrieval and analysis.

Overview

What is Sentry Issues Mcp

sentry-issues-mcp is a Microservice Component (MCP) designed for Sentry issue management. It provides tools to retrieve individual issues or lists of issues from Sentry, allowing for analysis and resolution.

Use cases

Use cases for sentry-issues-mcp include analyzing specific issues by URL or ID, identifying the most critical issues within a defined time frame, and leveraging LLMs to generate insights and solutions for Sentry issues.

How to use

To use sentry-issues-mcp, configure the MCP server with the necessary Sentry credentials and run the commands to get issues or analyze them using a language model (LLM). Input the required parameters such as issue URL or ID, and organization ID or slug.

Key features

Key features of sentry-issues-mcp include ease of use, straightforward understanding, and simple configuration. It supports fetching issues by URL or ID and retrieving lists of issues based on project specifications.

Where to use

sentry-issues-mcp can be used in software development and IT operations where Sentry is employed for error tracking and monitoring. It is particularly useful for teams needing to analyze and address issues efficiently.

Content

sentry-issue-mcp

中文文档
English
smithery badge

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
    1. input “analysis the issue, and give me the reason of it, and tell me how to fix it, {sentry_issue_url}”
    2. if ur LLM is SMART🧠, it will call tools
    3. u will get result
  • Ask LLM to find Today most dangerous issue (PS: default val of sentry time period is “24h”)
    1. input “find today most dangerous issue, and give me the reason of it, and tell me how to fix it”
    2. if ur LLM is SMART🧠, it will call tools
    3. u will get result

License

MIT

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers