Sentry MCP (Official)
Official DevOpsOfficial Sentry MCP server for interacting with Sentry error tracking and performance monitoring via LLMs.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"sentry-mcp-official": {
"command": "npx",
"args": [
"-y",
"sentry-mcp"
]
}
}
}