Sentry icon

Sentry

Createdzereight

Enables interaction with the Sentry API to retrieve issue and event details.

About

Sentry provides a Model Context Protocol (MCP) server that facilitates querying the Sentry API for issue and event information. It's designed to be integrated with tools like Claude, Roo Code, and Cursor, allowing users to fetch details about Sentry issues and events directly within those environments. The server requires configuration with a Sentry authentication token, organization slug, and project names, and supports querying for specific issues, listing projects, and retrieving event details.

Key Features

  • Lists all projects within a configured Sentry organization
  • Lists issues for a specific project with optional filtering
  • Retrieves detailed information about specific events
  • Supports integration with tools like Claude, Roo Code, and Cursor
  • Fetches details for specific Sentry issues
  • 0 GitHub stars

Use Cases

  • Automating the process of gathering issue and event information from Sentry
  • Integrating Sentry data into other applications and workflows
  • Debugging and troubleshooting Sentry issues within development environments