Skip to content

[mcp-stress-test] sentry requires SENTRY_AUTH_TOKEN authentication #838

@github-actions

Description

@github-actions

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:

  1. Visit: (sentry.io/redacted)
  2. Create account or sign in
  3. Navigate to Settings → Auth Tokens
  4. Generate new auth token
  5. 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

  • Create Sentry account
  • Obtain SENTRY_AUTH_TOKEN token
  • Add token to repository secrets
  • Update stress test configuration
  • Verify server works in next nightly test

Generated by Nightly MCP Stress Test
Test Session: stress-test-20260208-034257

AI generated by Nightly MCP Server Stress Test

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions