Skip to main content
Glama
Leee62

Sentry Issues MCP

by Leee62

sentry-issue-mcp

中文文档 English

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.

Related MCP server: MCP Sentry

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

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    A 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
    2
    22
  • F
    license
    -
    quality
    D
    maintenance
    An MCP server that connects to Sentry.io or self-hosted Sentry instances to retrieve and analyze error reports, stack traces, and debugging information.
    Last updated
    2
  • F
    license
    B
    quality
    D
    maintenance
    Enables interaction with Sentry's error tracking platform to fetch and manage issue details, events, and project information through the Sentry API.
    Last updated
    4
    105
    1

View all related MCP servers

Related MCP Connectors

  • MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.

  • MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

  • MCP server for Google search results via SERP API

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Leee62/sentry-issues-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server