MCP Cursor

Enhance your development workflow with AI-powered MCP tools and extensions for Cursor IDE.

Product

  • MCP Servers
  • Getting Started
  • Documentation
  • Open Source

Resources

  • MCP Specification
  • Cursor IDE
  • MCP GitHub
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Made withfor the developer community
© 2025 MCP Cursor. All rights reserved.
MCP Logo
MCP Cursor
IntroductionMCPs
IntroductionMCPs
3D MCP Cursor Visualization
  1. Home
  2. Servers
  3. Sentry MCP
Sentry MCP Logo - AI-Powered Development Tool for Cursor IDE

Sentry MCP

Model Context Protocol Integration

Overview

A Model Context Protocol server for retrieving and analyzing issues from Sentry.io. This server provides tools to inspect error reports, stacktraces, and other debugging information from your Sentry account.

View Repository

Sentry Features

  • •Retrieve and analyze Sentry issues
  • •Inspect error reports and stacktraces
  • •Access debugging information
  • •Issue status tracking
  • •Event count monitoring
  • •Timestamp analysis

Sentry Setup & Configuration

Requirements

  • •Sentry.io account
  • •Sentry authentication token
  • •Python or Docker

Installation Instructions

# Using UV (Recommended)
uvx mcp-server-sentry --auth-token YOUR_SENTRY_TOKEN

# Using PIP
pip install mcp-server-sentry
python -m mcp_server_sentry --auth-token YOUR_SENTRY_TOKEN

# Using Docker
docker run -i --rm mcp/sentry --auth-token YOUR_SENTRY_TOKEN

Configuration

# Claude Desktop Configuration (UV)
{
  "mcpServers": {
    "sentry": {
      "command": "uvx",
      "args": ["mcp-server-sentry", "--auth-token", "YOUR_SENTRY_TOKEN"]
    }
  }
}

# Claude Desktop Configuration (Docker)
{
  "mcpServers": {
    "sentry": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "mcp/sentry", "--auth-token", "YOUR_SENTRY_TOKEN"]
    }
  }
}

# Claude Desktop Configuration (PIP)
{
  "mcpServers": {
    "sentry": {
      "command": "python",
      "args": ["-m", "mcp_server_sentry", "--auth-token", "YOUR_SENTRY_TOKEN"]
    }
  }
}

Sentry Available Tools

  • •get_sentry_issue
  • •sentry-issue

Sentry Required Inputs

issue_id_or_url

Type
string
Description
Sentry issue ID or URL to analyze
Required
Yes

Sentry Use Cases

  • •Error tracking and analysis
  • •Debugging application issues
  • •Monitoring error frequencies
  • •Stacktrace investigation
  • •Issue status tracking
  • •Error pattern identification
  • •Performance monitoring

Frequently Asked Questions

A Model Context Protocol server for retrieving and analyzing issues from Sentry.io. This server provides tools to inspect error reports, stacktraces, and other debugging information from your Sentry account.
Sentry.io account, Sentry authentication token, Python or DockerView detailed requirements
Follow the installation instructions in the setup section above.View installation guide

Sentry MCP provides the following tools:

  • •get_sentry_issue
  • •sentry-issue

Featured MCPs

Github MCP - Model Context Protocol for Cursor IDE

Github

This server provides integration with Github's issue tracking system through MCP, allowing LLMs to interact with Github issues.

Sequential Thinking MCP - Model Context Protocol for Cursor IDE

Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning.

Puppeteer MCP - Model Context Protocol for Cursor IDE

Puppeteer

A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real browser environment.