mcp-sentry-ts

mcp-sentry-ts

3.4

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

  1. list_projects

    List all accessible Sentry projects for the specified organization

  2. resolve_short_id

    Search question details with short ID

  3. get_sentry_event

    Retrieve and analyze specific Sentry events

  4. list_error_events_in_project

    List error events in a specific project

  5. create_project

    Create a new project in Sentry and get its client key

  6. list_project_issues

    List issues in a specific project

  7. list_issue_events

    List events for specific issues

  8. get_sentry_issue

    Search and analyze Sentry issues

  9. list_organization_replays

    List playbacks in your organization