Analytics
Trust: 50/100 (Fair)io.github.getsentry/sentry-mcp Guide
MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants
588 starsby getsentry
Quick Start
Install
npx @sentry/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-getsentry-sentry-mcp": {
"command": "npx",
"args": [
"@sentry/mcp-server"
]
}
}
}