sentry-mcp-server

sentry-mcp-server

3.3

If you are the rightful owner of sentry-mcp-server 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.

Integrate Sentry error tracking directly into your development workflow with this Model Context Protocol (MCP) server.

The Sentry MCP Server allows developers to seamlessly integrate Sentry error tracking into their development environments, such as VS Code with the Cline extension. This server provides access to Sentry's release health data and issue details, enabling developers to monitor application stability and investigate issues without leaving their MCP-enabled environment. It supports both Sentry.io cloud and self-hosted instances, offering flexibility in deployment. The server includes tools for inspecting configuration, listing recent releases, fetching release health statistics, and retrieving issue details, making it a comprehensive solution for integrating Sentry into the development workflow.

Features

  • Release Monitoring: List recent releases and view their associated new issue counts.
  • Release Health: Get detailed statistics for specific releases, including crash-free rates and session counts.
  • Issue Investigation: Fetch detailed information about specific Sentry issues by their ID.
  • Targeted Issue Listing: Retrieve all issues associated with a particular release version.
  • Flexible Connection: Works with both Sentry.io (cloud) and self-hosted Sentry instances.

Tools

  1. inspect_sentry

    Check server configuration and connection status

  2. list_recent_releases

    List recent releases and their number of new issues

  3. get_releases

    Get all release versions of the project

  4. get_release_health

    Get health statistics for specific releases

  5. get_issue

    Get details about a specific Sentry issue

  6. get_release_issues

    Get all the issues associated with a specific release