Observability
Sentry
Official Sentry MCP server for querying errors, performance issues, and release health.
Install
npx -y @sentry/mcp-serverOfficial Sentry MCP server for querying errors, performance issues, and release health.
npx -y @sentry/mcp-serverThe Sentry MCP server connects LLMs to your Sentry projects. Query errors, performance traces, release health, and stack traces to help agents debug production issues.
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": ["-y", "@sentry/mcp-server"],
"env": {
"SENTRY_AUTH_TOKEN": "<YOUR_TOKEN>",
"SENTRY_ORG": "<YOUR_ORG>"
}
}
}
}
event:read and project:read scopesSENTRY_ORG