Sentry MCP Server
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
Jump to
—
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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Sentry MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
> 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





