MCP Marketplace logo
MCP
All servers
Sentry

Sentry

official

Inspect Sentry issues and recent error events.

by Sentry1.5kApache-2.0updated 1mo agoadded 1y ago

Pull recent Sentry events, group by issue, and surface stack traces for debugging.

Install

Add this block to your claude_desktop_config.json then restart Claude Desktop.

claude_desktop_config.jsonjson
{
  "mcpServers": {
    "sentry": {
      "command": "npx",
      "args": [
        "-y",
        "@sentry/mcp-server"
      ],
      "env": {
        "SENTRY_AUTH_TOKEN": "sntrys_xxx"
      }
    }
  }
}

Related servers