Skip to content
Cursor

sentry mcp for Cursor

io.github.getsentry/sentry-mcp

MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants

client:Cursor transport:stdio runtime:npm

Install sentry mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sentry-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sentry/mcp-server"
      ],
      "env": {
        "SENTRY_ACCESS_TOKEN": "<SENTRY_ACCESS_TOKEN>"
      }
    }
  }
}

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

sentry mcp in other clients