getsentry/sentry-mcp
Sentry.io integration for error tracking and performance monitoring
Quick Start
Clone the repository:
git clone https://github.com/getsentry/sentry-mcpClaude Desktop configuration example:
{
"mcpServers": {
"sentry-mcp": {
"command": "npx",
"args": [
"-y",
"getsentry/sentry-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.