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.
Get a specific issue by its URL or ID. Inputs: url_or_id (string) - the Sentry issue URL or ID; organization_id_or_slug (string, optional) - the Sentry organization ID or slug.
Get a list of issues for a specific project. Inputs: project_id_or_slug (string) - the Sentry project ID or slug; organization_id_or_slug (string, optional) - the Sentry organization ID or slug.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!