送信

Sentry

@modelcontextprotocol

Retrieving and analyzing issues from Sentry.io

サーバー設定

{
  "mcpServers": {
    "sentry": {
      "command": "uvx",
      "args": [
        "mcp-server-sentry",
        "--auth-token",
        "YOUR_SENTRY_TOKEN"
      ]
    }
  }
}