Sentry
Retrieving and analyzing issues from Sentry.io.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide → Connected Apps: Sentry Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-sentry
Detailed Documentation
Retrieving and analyzing issues from Sentry.io.
Configuration
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sentry"
],
"env": {}
}
}
}