Skip to content

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

@github-actions

Description

@github-actions

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:

  1. Visit: (sentry.io/redacted)
  2. Navigate to your organization settings
  3. Go to "Developer Settings" → "Internal Integrations"
  4. Create a new internal integration with required scopes
  5. Copy the generated token
  6. 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_TOKEN from (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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions