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:
- Go to Sentry → Settings → Account → API → Auth Tokens
- Click "Create New Token"
- Select scopes:
project:readorg:readevent:read
- Copy the generated token
Required Sentry scopes:
-
project:read- Read project information -
org:read- Read organization information -
event:read- Read error events and issues -
member:read- Read team member information