Sentry MCP Server

by inceptionJh

127 downloads
Not rated
GitHub

Description

<div align="center"> <h1>Sentry MCP Server</h1> </div> <br/> ## Getting Started [cursor mcp setting](https://docs.cursor.com/context/model-context-protocol#configuring-mcp-servers) > MacOS / Linux ```json { "mcpServers": { "sentry": { "command": "npx", "args": [ "-y"…

About

<div align="center"> <h1>Sentry MCP Server</h1> </div> <br/> ## Getting Started [cursor mcp setting](https://docs.cursor.com/context/model-context-protocol#configuring-mcp-servers) > MacOS / Linux ```json { "mcpServers": { "sentry": { "command": "npx", "args": [ "-y", "@jaejae-json/sentry-mcp-server"…

Details

Author
inceptionJh
Downloads
127
Categories
Developer Tools

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Sentry MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure the server in your MCP client using the npx command with the package @jaejae-json/sentry-mcp-server, passing your Sentry organization ID and API token as command‑line arguments. A sample prompt is shown that references a Sentry issue URL and asks for analysis of the event.

Get Sentry Event

Retrieves event information from Sentry URL structure for paramsSchema https://daangn.sentry.io/issues/:issueId/events/:eventId/ Example https://daangn.sentry.io/issues/1234567890/events/1234567890/ issueId = 1234567890, eventId = 1234567890

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "sentry mcp server": {
            "sentry": {
                "command": "npx",
                "args": [
                    "-y",
                    "@jaejae-json/sentry-mcp-server",
                    "--SENTRY_ORG_ID=00000",
                    "--SENTRY_API_TOKEN=sntryu_**********************"
                ]
            }
        }
    }
}

McpServers

{
    "sentry": {
        "command": "npx",
        "args": [
            "-y",
            "@jaejae-json/sentry-mcp-server",
            "--SENTRY_ORG_ID=00000",
            "--SENTRY_API_TOKEN=sntryu_**********************"
        ]
    }
}

<div align="center">
<h1>Sentry MCP Server</h1>
</div>

<br/>

Getting Started

cursor mcp setting

> MacOS / Linux

{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": [
        "-y",
        "@jaejae-json/sentry-mcp-server",
        "--SENTRY_ORG_ID=00000",
        "--SENTRY_API_TOKEN=sntryu_"
      ]
    }
  }
}

Example prompt

Analysis**

https://organization.sentry.io/issues/1234567890/events/1234567890/

Analyzing the event

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.