← 返回
未分类 Key 中文

XferOps Sentry

Query Sentry issues, events, and projects via MCP for XferOps incident investigation and triage. Requires @sentry/mcp-server and a Sentry API token.
通过MCP查询Sentry的问题、事件和项目,用于XferOps事件调查和分类。需要@sentry/mcp-server和Sentry API令牌。
parker-xferops
未分类 clawhub v0.1.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 140
下载
💾 0
安装
1
版本
#latest

概述

Sentry MCP

Error tracking and triage via MCP (Model Context Protocol).

Setup

Install the MCP server:

npx -y @sentry/mcp-server --skills=inspect,triage

Configure in your MCP client (e.g., ~/.mcporter/mcporter.json):

{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": ["-y", "@sentry/mcp-server", "--skills=inspect,triage"],
      "env": {
        "SENTRY_ACCESS_TOKEN": "your-token-here"
      }
    }
  }
}

Set SENTRY_ACCESS_TOKEN to a Sentry User Auth Token with API access.

Tools (8 total)

Organizations & Projects

  • list_organizations — List organizations available to the token
  • list_projects — List projects in an organization

Issues

  • list_issues — List issues in an organization (requires organizationSlug)
  • get_issue — Get details for a specific issue (requires organizationSlug, issueId)

Events

  • list_events — List events for an issue (requires organizationSlug, issueId)
  • get_event — Get details for an event (requires organizationSlug, eventId)

AI Workflows

  • inspect — AI-powered issue inspection
  • triage — AI-powered triage assistance

Common Patterns

List organizations

mcporter call sentry.list_organizations

List projects

mcporter call sentry.list_projects organizationSlug=xferops

List issues

mcporter call sentry.list_issues organizationSlug=xferops

Get issue details

mcporter call sentry.get_issue organizationSlug=xferops issueId=XFEROPS-AUTH-1

List events for an issue

mcporter call sentry.list_events organizationSlug=xferops issueId=XFEROPS-AUTH-1

XferOps Notes

  • Default organization: xferops
  • Token may be stored in Secrets Manager as xferops/sentry/api-token
  • This setup is already configured on Adam's machine

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-12 06:14 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

XferOps gog

parker-xferops
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、联系人、表格和文档。
★ 0 📥 947
developer-tools

Flower

parker-xferops
通过MCP使用Flower项目管理API管理项目和任务。适用于创建、更新或搜索任务/工单、管理项目和列等场景。
★ 0 📥 893
developer-tools

XferOps Forge

parker-xferops
使用 Forge 项目管理 API 通过 MCP 管理项目和任务。适用于创建、更新、搜索任务/工单及管理项目和列。
★ 0 📥 714