Sentry 问题收集服务器

Sentry 问题收集服务器

用于获取 Sentry 问题的 MCP 服务器工具。

快速入门

1. 构建工具

运行以下命令构建工具: go build cmd/server/main.go

2. 配置 MCP 服务器

创建配置文件并设置参数: { "mcpServers": { "sentryIssueCollector": { "command": "工具路径", "args": [ "--token", "你的token", "--org", "组织名称", "--project", "项目名称" ] } } }

3. 使用工具

运行工具后,将从 Sentry 获取问题数据。

完成!