MCPServers
Sentry Issues - MCP server logo

Sentry Issues

3
0

Summary

Sentry-issues-mcp is a TypeScript server implementation that provides access to Sentry error tracking data through the MCP protocol. It offers four main tools for retrieving Sentry data: fetching single events, project events, single issues, and project issues by ID or URL. The server connects to the Sentry API using environment variables for authentication and organization/project configuration, making it particularly useful for developers and support teams who need to analyze application errors and exceptions within their LLM workflows.

Available Actions(2)

get_single_event

Get detailed information for a single event. Parameters: url_or_id (string), organization_id_or_slug (optional string), project_id_or_slug (optional string), mode (optional string, values: 'tiny' or 'huge')

get_project_events

Retrieve a list of events for a project. Parameters: project_id_or_slug (string), organization_id_or_slug (optional string), mode (optional string, values: 'tiny' or 'huge')

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签