Sentry Issues
Integrates with Sentry error tracking to retrieve detailed event and issue data for analyzing applic...
Log in to Your Sentry Account
Go to your Sentry dashboard at https://sentry.io/ and sign in with your credentials.Get Your Sentry Host
- The Sentry host is usually
sentry.ioif you are using the cloud version, or your own domain if you use a self-hosted Sentry instance. - Example:
sentry.ioorsentry.yourcompany.com.
- The Sentry host is usually
Identify Your Organization Slug
- Click on your organization name in the Sentry sidebar or from the account switcher.
- The organization slug appears in the URL:
https://sentry.io/organizations/<your_sentry_org>/. - Copy the
<your_sentry_org>part.
Identify Your Project Slug
- Navigate to your desired project from within your Sentry organization.
- The project slug appears in the URL:
https://sentry.io/organizations/<your_sentry_org>/projects/<your_sentry_proj>/. - Copy the
<your_sentry_proj>part.
Create a Sentry User Token
- Click on your avatar in the top right corner and select "User Settings."
- In the sidebar, click "API Keys" or "Auth Tokens" (the naming may vary).
- Click "Create New Token" or "Create New API Key."
- Grant the necessary permissions (typically “event:read” for accessing issues/events).
- Save the token somewhere safe—you’ll use this as
<your_sentry_user_token>.
Fill in the FastMCP Connection Interface
- Click the “Install Now” button for sentry-issue-mcp.
- Enter the following values into the FastMCP connection interface:
- SENTRY_HOST: Your Sentry host (e.g.,
sentry.io) - SENTRY_ORG: Your organization slug (e.g.,
your-sentry-org) - SENTRY_PROJ: Your project slug (e.g.,
your-project) - SENTRY_USER_TOKEN: The token you generated in the previous step
- SENTRY_HOST: Your Sentry host (e.g.,
Save and Complete Setup
- Save your configuration in the FastMCP interface to complete setup.
Your Sentry MCP connection will now be ready to use.
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Configure Environment Variables for
Please provide values for the following environment variables:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Monitoring
View All →Dual-Cycle Reasoner
Provides dual-cycle metacognitive reasoning framework that detects when autonomous agents get stuck in repetitive behaviors through statistical anomaly detection and semantic analysis, then automatically diagnoses failure causes and generates recovery strategies using case-based learning.