Sentry MCP Server Configuration & Usage Guide
Installationnpx
Risk LevelLow Risk
API KeyRequired
Clients2 supported
Sentry error monitoring integration, supporting Issue viewing, error details, and project status
Supported Clients
- Claude Desktop
- Cursor
Installation Command
npx -y @sentry/mcp-serverConfiguration Example
{
"mcpServers": {
"sentry": {
"command": "npx",
"args": [
"-y",
"@sentry/mcp-server"
],
"env": {
"SENTRY_AUTH_TOKEN": "<your-token>"
}
}
}
}Environment variable required:SENTRY_AUTH_TOKEN。Do not commit these values to public repositories.
Permission Scope & Security Notes
只读取 Sentry 错误数据,不执行修改操作
- network-access
- credential-required
Risk Score:2/10
Common Errors
- 401 Unauthorized
- 在 Sentry Settings > Auth Tokens 生成 Token
Sources
Recently Verified:2026-05-18。Client versions and configuration formats may change. Please refer to official documentation before use.