Sentry MCP Server
CommunityAbout
Error tracking and monitoring integration. Access error logs, issues, and performance data from Sentry.
Features
- View error logs
- Issue tracking
- Performance monitoring
- Release tracking
Installation
Using Claude Desktop
Add this configuration to your Claude Desktop config file:
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sentry"
]
}
}
}
Using Cursor
Configure in your Cursor settings (Settings > MCP):
{
"sentry": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sentry"
]
}
}
How to Use
Once installed, you can ask your AI assistant to:
- "Check recent errors"
- "Analyze error patterns"
- "Monitor application health"