Skip to main content
MonitoringPython

getsentry/sentry-mcp

Sentry.io integration for error tracking and performance monitoring

monitoringcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/getsentry/sentry-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "sentry-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "getsentry/sentry-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Monitoring
Language
Python
Author
getsentry