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

Low Risk Category: Deploy & Operations Verified: 2026-05-18 状态:部分核验

Supported Clients

Installation Command

npx -y @sentry/mcp-server

Configuration 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 错误数据,不执行修改操作

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.

Related Tools