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

评论

开发工具 分类下的更多 MCP 服务器