Sentry Issues

Sentry Issues

leee62

Retrieves detailed error and event data from Sentry to help developers analyze application exceptions and bugs.

Integrates with Sentry error tracking to retrieve detailed event and issue data for analyzing application exceptions and errors in development workflows.

5544 views3Local (stdio)

What it does

  • Fetch single Sentry event details with stack traces
  • List all events for a Sentry project
  • Get compact or detailed event information
  • Analyze errors using event URLs or IDs

Best for

Developers debugging application errorsCode review and error analysis workflowsAutomated error investigation
Works with Sentry URLs or event IDsTwo detail modes: compact and full

About Sentry Issues

Sentry Issues is a community-built MCP server published by leee62 that provides AI assistants with tools and capabilities via the Model Context Protocol. Sentry Issues integrates with Sentry error tracking to access issue data and events for analyzing exceptions in developm It is categorized under developer tools.

How to install

You can install Sentry Issues in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

Sentry Issues is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

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

  "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

Alternatives

Related Skills

Browse all skills
sentry-automation

Automate Sentry tasks via Rube MCP (Composio): manage issues/events, configure alerts, track releases, monitor projects and teams. Always search tools first for current schemas.

1
unity-developer

Build Unity games with optimized C# scripts, efficient rendering, and proper asset management. Masters Unity 6 LTS, URP/HDRP pipelines, and cross-platform deployment. Handles gameplay systems, UI implementation, and platform optimization. Use PROACTIVELY for Unity performance issues, game mechanics, or cross-platform builds.

94
python-expert

Senior Python developer expertise for writing clean, efficient, and well-documented code. Use when: writing Python code, optimizing Python scripts, reviewing Python code for best practices, debugging Python issues, implementing type hints, or when user mentions Python, PEP 8, or needs help with Python data structures and algorithms.

40
ui-design-system

UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.

18
frontend-developer

Build React components, implement responsive layouts, and handle client-side state management. Masters React 19, Next.js 15, and modern frontend architecture. Optimizes performance and ensures accessibility. Use PROACTIVELY when creating UI components or fixing frontend issues.

17
sentry

Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry API; perform read-only queries with the bundled script and require `SENTRY_AUTH_TOKEN`.

8