sentry

sentry

Created by modelcontextprotocol 2 months ago 11 views 🔗

Retrieving and analyzing issues from Sentry.io

Featured Trending New
# Sentry MCP Server The Sentry MCP Server provides tools to retrieve and analyze issues from Sentry.io error tracking platform. ## Features - Issue retrieval and exploration - Error analysis and diagnostics - Event tracking and monitoring - Project management - Performance monitoring - Alert configuration and management ## Authentication To use this server, you need a Sentry.io API token with appropriate permissions. ## Setup ```bash export SENTRY_AUTH_TOKEN=your_token_here export SENTRY_ORG=your_organization npx @modelcontextprotocol/server-sentry ``` ## Use Cases - Error monitoring and diagnosis - Bug reporting and tracking - Application health monitoring - Performance analysis - Error pattern identification - Release quality assessment