Important API details:
- During OAuth authentication, you can select which tool groups are enabled — this limits the tools available to your agent and helps manage context window size.
- Required token scopes for self-hosted (non-OAuth) setups: org:read, project:read, project:write, team:read, team:write, and event:write.
- If you join a new Sentry organization after connecting, you must re-authenticate to refresh access and see the new organization’s data.
- MCP support in Sentry is production-ready but considered an evolving technology — breaking changes and bugs should be expected.
Server Details
| Property | Value |
|---|---|
| Transport | Streamable HTTP |
| Server Type | External |
| Endpoint | https://mcp.sentry.dev/mcp |
| Categories | Monitoring & Observability, Development & DevOps |
Authentication
This server supports the following authentication method:OAuth
Scopes:org:read, project:read, project:write, team:read, team:write, event:write
During the server onboarding flow, you will be prompted to complete the OAuth flow to grant access. See the Sentry Authentication guide for step-by-step credential configuration.
Server Configuration
The following parameters can be set in the server URL when adding this server to your Caylex project:| Parameter | Type | Description | Example |
|---|---|---|---|
SENTRY_HOST | query | For self-hosted Sentry installations, specify the host URL of your Sentry instance. Not required when using the cloud-hosted Sentry with OAuth. | https://sentry.yourcompany.com |
SENTRY_ACCESS_TOKEN | query | A Sentry User Auth Token used for authentication with self-hosted Sentry instances instead of OAuth. | sntryu_abc123... |
Getting Started
Add the server
Navigate to the Server Library and click on the New Server button. Find Sentry in the Caylex Catalog.
Use in a project
Add the server to a project by configuring project connections. Its tools are now available to any agents connected to that project.