sentry.io
Sentry is an application monitoring platform for tracking errors, performance, logs, replays, and related observability data. Teams use it to inspect issues in production, manage releases, and analyze application behavior.
Sentry exposes a REST Web API on sentry.io region hosts, an OAuth-protected remote MCP server at mcp.sentry.dev, and the sentry-cli command-line tool.
- Sentry MCP serverdetected
- Sentry Web APIdiscovered
- sentry-clidiscovered
Create a token in Sentry's developer settings. The easiest path for CI/CLI use is an Organization Token at Auth Tokens under Settings → Developer Settings → Organization Tokens. For full org-scoped API access, create an internal integration from Integration Platform under Settings → Developer Settings and use its token. For user-scoped API access, create a Personal Token from User Settings → Personal Tokens as described in Auth Tokens. Assign the scopes your workflow needs from Permissions & Scopes.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 4/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://sentry.io/llms.txt
- API catalog✓https://sentry.io/.well-known/api-catalog
- OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✓https://mcp.sentry.dev/mcp
- OAuth protected resource✓https://sentry.io/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing