Skip to main content
Glama

Sentry Issues MCP

by Leee62

哨兵问题-MCP

描述

⚠️ 从 1.0.5 版本开始,获取问题已弃用。响应结构与事件 API 非常相似,因此被认为是多余的。

这是哨兵问题的 mcp。
它支持 2 种工具来获取问题或问题列表。
您可以让 LLM 分析结果,或者您想自己做。

特征

  • EZ尺寸
  • 轻松理解
  • EZ tiny

工具

  • 获取单个事件
    • 获取事件详细信息,微小模式返回堆栈信息,巨大模式返回所有信息
    • 输入:
      • url_or_id:哨兵事件 url 或哨兵事件 id
      • organization_id_or_slug:哨兵组织 id 或 slug,可以未定义
      • project_id_or_slug:哨兵项目 id 或 slug,可以未定义
      • 模式:微小或巨大,可以未定义
  • 获取项目事件
    • 获取事件列表,微小模式返回 id 和标题,巨大模式返回所有信息
    • 输入:
      • project_id_or_slug:哨兵项目 id 或 slug
      • organization_id_or_slug:哨兵组织 id 或 slug,可以未定义
      • 模式:微小或巨大,可以未定义

快速入门

这是 MCP 服务器配置

"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>" } } }

案件

  • 要求 LLM 通过 url 或 id 分析一个问题
    1. 输入“分析问题,并告诉我原因,并告诉我如何解决它,{sentry_issue_url}”
    2. 如果你的 LLM 是 SMART🧠,它会调用工具
    3. 你会得到结果
  • 询问 LLM 找到今天最危险的问题(PS:哨兵时间段的默认值为“24h”)
    1. 输入“找到今天最危险的问题,并告诉我原因,并告诉我如何解决它”
    2. 如果你的 LLM 是 SMART🧠,它会调用工具
    3. 你会得到结果

执照

麻省理工学院

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

一个服务器,可以通过两个简单的工具检索 Sentry 问题 - 通过 URL/ID 获取特定问题或从项目中获取问题列表。

  1. 描述
    1. 特征
      1. 工具
        1. 快速入门
          1. 案件
            1. 执照

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                This server provides tools to inspect error reports, stacktraces, and other debugging information from your Sentry account.
                Last updated -
                51,014
                Python
                MIT License
                • Linux
                • Apple
              • -
                security
                F
                license
                -
                quality
                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 -
                16
                Python
                • Apple
              • A
                security
                F
                license
                A
                quality
                A 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 -
                10
                3
                TypeScript
              • -
                security
                -
                license
                -
                quality
                A 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

              View all related MCP servers

              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