Skip to content

[mcp-stress-test] Sentry MCP Server requires SENTRY_DSN authentication #656

@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.

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:

  1. Visit: (sentry.io/redacted)
  2. Create account or sign in to existing organization
  3. Create a new project or use existing one
  4. Copy the DSN from Project Settings > Client Keys
  5. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions