{
  "entry": {
    "kind": "mcp",
    "slug": "sentry-mcp-server",
    "name": "Sentry MCP Server",
    "vendor": "Sentry",
    "description": "Sentry's official server brings issues, events, stack traces, and release health into an agent's reach, so an assistant can investigate a production error with the actual trace rather than a pasted excerpt.\n\nIt declares outbound network and credential access. The under-appreciated exposure is the payloads: error events routinely carry request bodies, headers, and local variables, which means connecting Sentry to an assistant can put tokens and personal data into a model context even though nobody intended to share them. Sentry's own data-scrubbing settings are the control that matters here — verify them before connecting, not after.",
    "website": "https://docs.sentry.io/product/sentry-mcp/",
    "repository": null,
    "documentationUrl": "https://docs.sentry.io/product/sentry-mcp/",
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "network:outbound",
      "credentials:access"
    ],
    "packaging": null,
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 20,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "1 high-risk capability: credentials:access",
          "contribution": 10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}