Sentry
About
MCP server for Sentry.
Details
- Author
- modelcontextprotocol
- GitHub stars
- 88,148
- Downloads
- 4,296
- 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
SentryCommand (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
—
get_sentry_issue
Retrieve and analyze a Sentry issue by ID or URL. Use this tool when you need to: - Investigate production errors and crashes - Access detailed stacktraces from Sentry - Analyze error patterns and frequencies - Get information about when issues first/last occurred - Review error counts and status
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"sentry": {
"sentry": {
"command": "uvx",
"args": [
"mcp-server-sentry",
"--auth-token",
"YOUR_SENTRY_TOKEN"
]
}
}
}
}
McpServers
{
"sentry": {
"command": "uvx",
"args": [
"mcp-server-sentry",
"--auth-token",
"YOUR_SENTRY_TOKEN"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





