Skip to main content
Sentry

Sentry

Discover and interact with Sentry error tracking and performance monitoring.

The Sentry molecule enables discovery of Sentry organizations, projects, issues, and releases. It provides visibility into your application monitoring infrastructure and allows interaction with Sentry via MCP tools.

  • Discovery: Automatically discover Sentry projects, issues, and releases
  • MCP Tools: Interact with Sentry (query issues, manage releases, view errors)
  • Multi-Organization: Support for multiple Sentry organizations
discovery:
enabled: true
settings:
url: "https://sentry.io" # or your self-hosted URL
auth_token: "your-auth-token"
organization: "your-org-slug"
mcp:
enabled: true
settings:
url: "https://sentry.io"
auth_token: "your-auth-token"
organization: "your-org-slug"
  • sentry.sixdegree.ai/v1/Organization - Sentry organizations

  • sentry.sixdegree.ai/v1/Project - Projects within organizations

  • sentry.sixdegree.ai/v1/Issue - Error issues and events

  • sentry.sixdegree.ai/v1/Release - Application releases

  • sentry_list_projects - List all projects

  • sentry_search_issues - Search for issues

  • sentry_get_issue - Get issue details and stack trace

  • sentry_list_releases - List releases

  • sentry_get_project_stats - Get project error statistics

The Sentry molecule requires a Sentry Auth Token with appropriate scopes.

To generate an Auth Token:

  1. Go to Sentry → Settings → Account → API → Auth Tokens
  2. Click "Create New Token"
  3. Select scopes:
    • project:read
    • org:read
    • event:read
  4. Copy the generated token

Required Sentry scopes: