Sentry

by modelcontextprotocol

Recommended
88.1k stars
4.3k downloads
Not rated
GitHub Website

About

MCP server for Sentry.

Details

Author
modelcontextprotocol
GitHub stars
88,148
Downloads
4,296
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
    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

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"
        ]
    }
}
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.