The nightly stress test detected that the sentry MCP server requires authentication to function properly.
Test Details
- Test Session: stress-test-20260208-034257
- Test Date: 2026-02-08T03:42:57Z
- Server Container: mcp/sentry
Required Authentication Token
Environment Variable: SENTRY_AUTH_TOKEN
Token Type: Auth Token
How to Obtain:
- Visit: (sentry.io/redacted)
- Create account or sign in
- Navigate to Settings → Auth Tokens
- Generate new auth token
- Add to repository secrets as
SENTRY_AUTH_TOKEN
Error Message
Error: Missing option '--auth-token'.
Suggested Configuration
Add the following to your MCP Gateway configuration:
{
"sentry": {
"type": "stdio",
"container": "mcp/sentry",
"env": {
"SENTRY_AUTH_TOKEN": "${SENTRY_AUTH_TOKEN}"
}
}
}
Next Steps
Generated by Nightly MCP Stress Test
Test Session: stress-test-20260208-034257
AI generated by Nightly MCP Server Stress Test
The nightly stress test detected that the sentry MCP server requires authentication to function properly.
Test Details
Required Authentication Token
Environment Variable:
SENTRY_AUTH_TOKENToken Type: Auth Token
How to Obtain:
SENTRY_AUTH_TOKENError Message
Suggested Configuration
Add the following to your MCP Gateway configuration:
{ "sentry": { "type": "stdio", "container": "mcp/sentry", "env": { "SENTRY_AUTH_TOKEN": "${SENTRY_AUTH_TOKEN}" } } }Next Steps
Generated by Nightly MCP Stress Test
Test Session: stress-test-20260208-034257