Sentry
Freeby MCP Community
Monitor errors, analyze stack traces, and manage issues from Sentry directly.
v1.0.0Added Dec 10, 2024
sentryerrorsmonitoringdebugging
Sentry MCP Server
Monitor errors, analyze stack traces, and manage issues from Sentry directly.
Features
- Error Monitoring
- Stack Trace Analysis
- Issue Management
- Release Tracking
- Performance monitoring
Installation
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sentry"]
}
}
}
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-sentry
Add to claude_desktop_config.json
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sentry"]
}
}
}