Skip to content
Cursor

sentry mcp server for Cursor

io.github.friendlygeorge/sentry-mcp-server

MCP server for Sentry — error tracking, issues, releases, events, and projects for AI assistants.

client:Cursor transport:stdio runtime:npm

Install sentry mcp server 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-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sentry-mcp-server"
      ],
      "env": {
        "SENTRY_AUTH_TOKEN": "<SENTRY_AUTH_TOKEN>",
        "SENTRY_BASE_URL": "<SENTRY_BASE_URL>"
      }
    }
  }
}

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

sentry mcp server in other clients