Sentry Integration

Connect your AI to Sentry for seamless error tracking and monitoring.

Overview

The Sentry integration enables your AI to interact with your Sentry workspaces, allowing you to list organizations and projects, search for issues, get detailed information about specific events, and more—all without leaving your AI interface.

Authentication

To use Sentry with Skeet, you first need to authenticate:

  1. Connect your Sentry account in the Skeet dashboard
  2. Ensure your AI is connected to Skeet with your MCP key
  3. Verify your connection:
COMMAND
Verify Sentry Connection
List my skeet integrations

Listing Organizations

List organizations available to your authenticated user in Sentry.

List my Sentry organizations

The AI will use the sentry_list_organizations tool with the following parameters:

{
  "owner": "Restrict results to organizations where you are an owner",
  "cursor": "Pagination cursor for fetching next page of results",
  "query": "Filter results using query syntax (e.g., status:active)",
  "sortBy": "Field to sort results by (members, projects, events)"
}

Listing Projects

List projects available to your authenticated user in Sentry.

Show me all my Sentry projects

The AI will use the sentry_list_projects tool with these parameters:

{
  "cursor": "Pagination cursor for fetching next page of results",
  "organization": "Optional organization slug to filter projects by organization"
}

Searching Issues

Search for issues across projects in Sentry using flexible search criteria.

Search for unresolved error issues in my 'acme-corp' Sentry organization

The AI will use the sentry_search_issues tool with parameters like:

{
  "organization": "Organization slug",
  "project": "Optional project slug to limit search to a specific project",
  "query": "Search query string (e.g., 'is:unresolved', 'level:error', etc.)",
  "statsPeriod": "Time period for stats (e.g., '24h', '14d', '30d')",
  "sort": "Field to sort by (e.g., 'date', 'priority', 'freq')",
  "cursor": "Pagination cursor",
  "limit": "Maximum number of results to return"
}

Getting Project Issues

List issues for a specific project in Sentry.

Show me issues from the 'backend-api' project in 'acme-corp' organization

The AI will use the sentry_get_issues tool:

{
  "organization": "Organization slug",
  "project": "Project slug",
  "query": "Search query to filter issues",
  "statsPeriod": "Time period to get stats for (e.g., '24h', '14d')",
  "shortIdLookup": "Whether to treat the query as a short ID lookup",
  "sort": "Sort order (e.g., 'date', 'new', 'priority')",
  "cursor": "Pagination cursor"
}

Getting Issue Details

Retrieve detailed information about a specific issue in Sentry.

Get details for Sentry issue with ID '1234567'

The AI will use the sentry_get_issue tool:

{
  "issueId": "Issue ID"
}

Getting Event Details

Retrieve detailed information about a specific event in Sentry.

Show me the latest event for issue '1234567' in the 'acme-corp' organization

The AI will use the sentry_get_event tool:

{
  "organization": "Organization slug",
  "issueId": "Issue ID",
  "eventId": "Event ID or one of 'latest', 'oldest', or 'recommended'",
  "environment": "Optional environment name to filter by"
}

Searching Events

Search for events across a project or organization in Sentry.

Search for error events in the 'acme-corp' organization containing 'database connection'

The AI will use the sentry_search_events tool:

{
  "organization": "Organization slug",
  "project": "Optional project slug to limit search to a specific project",
  "query": "Search query string to filter events",
  "environment": "Optional list of environments to filter by",
  "sort": "Field to sort by (e.g., 'timestamp', 'user')",
  "cursor": "Pagination cursor",
  "limit": "Maximum number of results to return"
}

What's next?

Now that you've connected Sentry, explore other integrations to make your AI even more powerful.

Integrations

Sequential Thinking

Enable dynamic and reflective problem-solving through structured thinking steps.

Read more

Memory

Access your Memory directly in your workflow.

Read more

Linear

Get issue details, create issues, add updates to issues, and more.

Read more

Github

Access your repositories, PRs, and issues directly in your workflow.

Read more

Slack

Send updates to your team in Slack about issues and PRs.

Read more

Jira

Access your Jira issues and projects directly in your workflow.

Read more

Postgres

Access your Postgres databases directly in your workflow.

Read more

Sequential Thinking

Break down complex problems into manageable steps.

Read more

Notion

Access your Notion databases directly in your workflow.

Read more

MySQL

Access your MySQL databases directly in your workflow.

Read more

Sentry

Access your Sentry issues and projects directly in your workflow.

Read more

Figma

Access your Figma files and designs directly in your workflow.

Read more

Redis

Access your Redis databases directly in your workflow.

Read more

OpenSearch

Access your OpenSearch databases directly in your workflow.

Read more

Was this page helpful?