mcp-sentry-ts
If you are the rightful owner of mcp-sentry-ts and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for interacting with Sentry, providing tools to interact with the Sentry API for error data retrieval, project management, and application performance monitoring.
The Sentry MCP Server is designed to facilitate seamless interaction with the Sentry API, enabling AI assistants to efficiently retrieve and analyze error data, manage projects, and monitor application performance. It requires Node.js and a Sentry account with API access. The server supports various operations such as listing projects, resolving issues by short ID, retrieving specific events, and creating new projects. It also includes robust error handling mechanisms to ensure smooth operation.
Features
- Integration with Sentry API for error data retrieval and analysis.
- Project management capabilities including creation and listing of projects.
- Comprehensive error handling for authentication and API request failures.
- Support for various output formats and view types.
- Ability to list and analyze events and issues within Sentry projects.
Tools
list_projects
List all accessible Sentry projects for the specified organization
resolve_short_id
Search question details with short ID
get_sentry_event
Retrieve and analyze specific Sentry events
list_error_events_in_project
List error events in a specific project
create_project
Create a new project in Sentry and get its client key
list_project_issues
List issues in a specific project
list_issue_events
List events for specific issues
get_sentry_issue
Search and analyze Sentry issues
list_organization_replays
List playbacks in your organization