WHAT IT CONNECTS
Zzzccs123 mcp sentry 为 AI Agent 提供什么
- `get_sentry_issue` Tool
- Retrieves and analyzes Sentry issues by ID or URL
- Input:
- `issue_id_or_url` (string): Sentry issue ID or URL to analyze
- Returns: Issue details including:
- Title
- Issue ID
- Status
- Level
- First seen timestamp
- Last seen timestamp
- Event count
- Complete stack trace
- `sentry-issue` Prompt Template
- Retrieves issue details from Sentry
- Input:
- `issue_id_or_url` (string): Sentry issue ID or URL
- Returns: Formatted issue details as conversation context
- `SENTRY_AUTH_TOKEN` (required): Your Sentry API access token
- `SENTRY_PROJECT_SLUG` (optional): The slug of your Sentry project
- `SENTRY_ORGANIZATION_SLUG` (optional): The slug of your Sentry organization
SECURITY
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。