Back to directory
javader/mcp-sentry-custom

javader/mcp-sentry-custom

@javaDer

A Sentry MCP server for retrieving and analyzing issues from Sentry.io or self-hosted Sentry instances.

sentryerror-monitoringdebuggingmcppythonissueserror-trackingtool

Installation & Configuration

{
  "mcpServers": {
    "sentry": {
      "command": "uvx",
      "args": [
        "mcp-sentry-custom",
        "--auth-token",
        "YOUR_SENTRY_TOKEN",
        "--project-slug",
        "YOUR_PROJECT_SLUG",
        "--organization-slug",
        "YOUR_ORGANIZATION_SLUG",
        "--sentry-url",
        "YOUR_SENTRY_URL"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13