-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
Description
MCP Server Authentication Required: Sentry
The nightly stress test detected that the Sentry MCP server requires authentication to function properly.
Test Details
- Test Session: stress-test-20260204-180602
- Test Date: 2026-02-04T18:06:02Z
- Server Container: mcp/sentry
Required Authentication Token
Environment Variable: SENTRY_DSN
Token Type: DSN (Data Source Name)
How to Obtain:
- Visit: (sentry.io/redacted)
- Create account or sign in to existing organization
- Create a new project or use existing one
- Copy the DSN from Project Settings > Client Keys
- Add to repository secrets as
SENTRY_DSN
Suggested Configuration
Add the following to your MCP Gateway configuration:
{
"sentry": {
"type": "stdio",
"container": "mcp/sentry",
"env": {
"SENTRY_DSN": "${SENTRY_DSN}"
}
}
}Next Steps
- Create Sentry project and obtain DSN
- Add SENTRY_DSN to repository secrets
- Update stress test configuration
- Verify server works in next nightly test
Generated by Nightly MCP Stress Test
Test Session: stress-test-20260204-180602
AI generated by Nightly MCP Server Stress Test
Reactions are currently unavailable