sentry-issues-mcp

sentry-issues-mcp

By Leee62 GitHub

Enable your LLM to retrieve and analyze Sentry issues by ID or URL, helping you quickly understand and address errors in your projects. Easily fetch individual issues or lists of issues to empower intelligent diagnostics and recommendations. Simplify Sentry issue management with seamless integration into your LLM workflows.

LLM sentry
Overview

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

  "mcpServers": {
    "sentry-issue-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sentry-issues-mcp@latest"
      ],
      "env": {
        "SENTRY_HOST": "<your_sentry_host>",
        "SENTRY_ORG": "<your_sentry_org>",
        "SENTRY_PROJ": "<your_sentry_proj>",
        "SENTRY_USER_TOKEN": "<your_sentry_user_token>"
      }
    }
  }

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

Content

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

  "mcpServers": {
    "sentry-issue-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sentry-issues-mcp@latest"
      ],
      "env": {
        "SENTRY_HOST": "<your_sentry_host>",
        "SENTRY_ORG": "<your_sentry_org>",
        "SENTRY_PROJ": "<your_sentry_proj>",
        "SENTRY_USER_TOKEN": "<your_sentry_user_token>"
      }
    }
  }

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

No tools information available.
No content found.