Skip to content
Cursor

Perceptdot Sentry for Cursor

io.github.perceptdot/sentry

AI agent vision for Sentry error tracking — with ROI measurement. perceptdot.com

client:Cursor transport:stdio runtime:npm

Install Perceptdot Sentry in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "sentry": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@perceptdot/sentry"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Perceptdot Sentry in other clients