Sentry Error Monitoring MCP Server
Fetch real production stack traces, issue IDs, and error frequency directly into Claude Code.
⚡ 1-Line CLI Test Command
npx -y @modelcontextprotocol/server-sentry
⚙️ Claude Desktop Config (claude_desktop_config.json)
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sentry"
],
"env": {
"SENTRY_AUTH_TOKEN": "sntry_auth_token"
}
}
}
}
🛠️ Exposed Tools
get_issue, list_issues, get_event