go_sentry_mcp_server

go_sentry_mcp_server

3.1

If you are the rightful owner of go_sentry_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Sentry Issue Collector is an MCP server designed to retrieve a list of issues from Sentry.

Sentry Issue Collector

SentryのIssue一覧を取得するためのMCPサーバーです。
Issueの詳細については mcp-server-sentryを利用することをおすすめします。

How to Use

1. Build tool

go build cmd/server/main.go

2. Setup for MCP server

{
  "mcpServers": {
    "sentryIssueCollector": {
      "command": "path to the tool",
      "args": [
        "--token",
        "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",
        "--org",
        "minedia",
        "--project",
        "orca-native"
      ]
    }
  }
}

3. work with MCP server

sentryからissue一覧を取得して

Done!!!