MCP.so
ログイン

Sentry Issue Collector

@obutora

Sentry Issue Collector について

概要はまだありません

基本情報

カテゴリ

開発者ツール

ランタイム

go

トランスポート

stdio

公開者

obutora

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Sentry Issue Collector?

Sentry Issue Collector is a Go-based MCP server that retrieves a list of issues from Sentry. It is intended for users who need a quick overview of issues in a Sentry project, while detailed issue information is better handled by the separate mcp-server-sentry server.

How to use Sentry Issue Collector?

First build the server using go build cmd/server/main.go. Then configure your MCP client with the path to the binary, providing the --token (Sentry user auth token), --org (Sentry organization slug), and --project (Sentry project slug) arguments. After configuration, invoke the server by sending a prompt such as "sentryからissue一覧を取得して" (Japanese for "get the list of issues from Sentry").

Key features of Sentry Issue Collector

  • Retrieves a list of issues from a Sentry project.
  • Lightweight, single-purpose Go binary.
  • Requires only a Sentry user token, organization, and project.

Use cases of Sentry Issue Collector

  • Quickly fetch all open issues for a specific Sentry project.

FAQ from Sentry Issue Collector

コメント

「開発者ツール」の他のコンテンツ