-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
MCP Server Authentication Required: sentry
The nightly stress test detected that the sentry MCP server requires authentication to function properly. The server tools were not accessible during testing.
Test Details
- Test Session: stress-test-20260225-022355
- Test Date: 2026-02-25
- Server Container: mcp/sentry
Required Authentication Token
Environment Variable: SENTRY_AUTH_TOKEN
Token Type: Internal Integration Token
How to Obtain:
- Visit: (sentry.io/redacted)
- Navigate to your organization settings
- Go to "Developer Settings" → "Internal Integrations"
- Create a new internal integration with required scopes
- Copy the generated token
- Add to repository secrets as
SENTRY_AUTH_TOKEN
Error Message
Server tools not accessible - no tools exposed through MCP Gateway
Suggested Configuration
{
"sentry": {
"type": "stdio",
"container": "mcp/sentry",
"env": {
"SENTRY_AUTH_TOKEN": "\$\{SENTRY_AUTH_TOKEN}"
}
}
}Next Steps
- Obtain
SENTRY_AUTH_TOKENfrom (sentry.io/redacted) - Add token to repository secrets as
SENTRY_AUTH_TOKEN - Update stress test configuration
- Verify server works in next nightly test
Generated by Nightly MCP Stress Test
Test Session: stress-test-20260225-022355
Generated by Nightly MCP Server Stress Test
Reactions are currently unavailable