MCP.so
Sign In

Sentry Issue Collector

@obutora

About Sentry Issue Collector

No overview available yet

Basic information

Category

Developer Tools

Runtime

go

Transports

stdio

Publisher

obutora

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Developer Tools MCP servers