Back to MCP directory
publicPublicdnsLocal runtime

sentry-mcp-server-oxq

Sentry错误监控系统的MCP服务器配置工具

article

README

🚀 开始使用

本项目可通过 cursor mcp 设置 进行相关配置。

🖥️ 系统配置

MacOS / Linux

可按照以下配置进行设置:

{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": [
        "-y",
        "@jaejae-json/sentry-mcp-server",
        "--SENTRY_ORG_ID=00000",
        "--SENTRY_API_TOKEN=sntryu_**********************"
      ]
    }
  }
}

💻 使用示例

示例提示

分析

https://organization.sentry.io/issues/1234567890/events/1234567890/

分析该事件
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client