Back to MCP directory
publicPublicdnsLocal runtime

go_sentry_mcp_server

Sentry问题收集器是一个用于获取Sentry问题列表的MCP服务器工具。

article

README

🚀 瞿flt Issue 收集器

瞿flt Issue 收集器是一个用于获取Sentry问题列表的MCP服务器。若想了解有关Issue的详细信息,可参考 mcp-server-sentry

🚀 快速开始

📦 安装指南

1. 构建工具

go build cmd/server/main.go

2. 配置MCP服务器

{
  "mcpServers": {
    "sentryIssueCollector": {
      "command": "工具路径",
      "args": [
        "--token",
        "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",
        "--org",
        "minedia",
        "--project",
        "orca-native"
      ]
    }
  }
}

3. 使用MCP服务器

从sentry获取问题列表。

完成!!!

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